diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-22 00:53:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-22 00:53:40 +0000 |
commit | 78a5c537e3a4ead9ecb70dad7bdbe82f42d3f5fd (patch) | |
tree | 1da2ec67138eb3c9af6f35969b215e05b027d2fc /x11 | |
parent | - Update to 1.2.7 (diff) |
This port no longer needs py-gnome-extras.
Notes
Notes:
svn path=/head/; revision=177775
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index ccf42e897775..65bc73beac0d 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-applets PORTVERSION= 2.16.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -87,12 +88,11 @@ PLIST_SUB+= COMMANDER="" PLIST_SUB+= COMMANDER="@comment " .endif -.if ( exists(${pygnomedesktop_DETECT}) && exists(${pygnomeextras_DETECT}) ) || \ - ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" && \ - ${HAVE_GNOME:Mpygnomeextras}!="" ) && ${ARCH}!="sparc64" ) +.if ( exists(${pygnomedesktop_DETECT}) ) || \ + ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" ) && ${ARCH}!="sparc64" ) USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnomedesktop pygnomeextras +USE_GNOME+= pygnomedesktop PLIST_SUB+= PYTHON="" .else PLIST_SUB+= PYTHON="@comment " |