- Update mastersite, upstream moved to archive/ [1]
- Fix Makefile, an option "STARTUP" was set while "LIBSTARTUP" was tested [2] PR: ports/167707 [1] Submitted by: Olivier Duchateau Spotted by: portlint(1) [2]
This commit is contained in:
parent
ea9ee50c7c
commit
a45272a39e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296320
@ -9,7 +9,7 @@ PORTNAME= libxfce4gui
|
||||
PORTVERSION= 4.8.1
|
||||
CATEGORIES= x11-toolkits xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/xfce/libxfcegui4/${PORTVERSION:R}
|
||||
MASTER_SITE_SUBDIR= src/archive/libxfcegui4/${PORTVERSION:R}
|
||||
DISTNAME= libxfcegui4-${PORTVERSION}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_LIBSTARTUP)
|
||||
.if !defined(WITHOUT_STARTUP)
|
||||
LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification
|
||||
CONFIGURE_ARGS+=--enable-startup-notification
|
||||
.else
|
||||
|
@ -199,4 +199,3 @@ share/icons/hicolor/scalable/apps/xfce-filemanager.svg
|
||||
@dirrm glade3/pixmaps/hicolor/16x16
|
||||
@dirrm glade3/pixmaps/hicolor
|
||||
@dirrm glade3/pixmaps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user