aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libxfce4gui/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2012-05-09 20:26:22 +0000
committerRene Ladan <rene@FreeBSD.org>2012-05-09 20:26:22 +0000
commita45272a39e6596a9ed47815ce0e32d4f3df77c0d (patch)
tree0800246e7feec92d0464978ceda83698434d5a0c /x11-toolkits/libxfce4gui/Makefile
parentea9ee50c7c322fdc806cc5d6012a754e7114d60b (diff)
downloadports-a45272a39e6596a9ed47815ce0e32d4f3df77c0d.tar.gz
ports-a45272a39e6596a9ed47815ce0e32d4f3df77c0d.zip
Notes
Diffstat (limited to 'x11-toolkits/libxfce4gui/Makefile')
-rw-r--r--x11-toolkits/libxfce4gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile
index ba24e5438b38..acfefab0b636 100644
--- a/x11-toolkits/libxfce4gui/Makefile
+++ b/x11-toolkits/libxfce4gui/Makefile
@@ -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