diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-25 14:03:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-25 14:03:42 +0800 |
commit | 33007b89e63dba153af8ba9c95e25cc62888e41d (patch) | |
tree | 67ab3dddec09967086f827adc257803f895a7436 | |
parent | f56052466157f511508da020ccf926eb2006cff4 (diff) | |
download | marcuscom-ports-33007b89e63dba153af8ba9c95e25cc62888e41d.tar marcuscom-ports-33007b89e63dba153af8ba9c95e25cc62888e41d.tar.gz marcuscom-ports-33007b89e63dba153af8ba9c95e25cc62888e41d.tar.bz2 marcuscom-ports-33007b89e63dba153af8ba9c95e25cc62888e41d.tar.lz marcuscom-ports-33007b89e63dba153af8ba9c95e25cc62888e41d.tar.xz marcuscom-ports-33007b89e63dba153af8ba9c95e25cc62888e41d.tar.zst marcuscom-ports-33007b89e63dba153af8ba9c95e25cc62888e41d.zip |
Depend on pygnomedesktop instead of pygnome2 to fix the build of invest-applet.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6488 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-applets/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 447a34524..d1d753933 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.118 2006/06/18 03:38:38 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.119 2006/06/24 06:52:46 marcus Exp $ # PORTNAME= gnome-applets PORTVERSION= 2.15.1.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -84,10 +85,10 @@ PLIST_SUB+= COMMANDER="" PLIST_SUB+= COMMANDER="@comment " .endif -.if exists(${pygnome2_DETECT}) || ( ${HAVE_GNOME:Mpygnome2}!="" && ${ARCH}!="sparc64" ) +.if exists(${pygnomedesktop_DETECT}) || ( ${HAVE_GNOME:Mpygnomedesktop}!="" && ${ARCH}!="sparc64" ) USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnome2 +USE_GNOME+= pygnomedesktop PLIST_SUB+= PYTHON="" .else PLIST_SUB+= PYTHON="@comment " |