diff options
author | marcus <marcus@FreeBSD.org> | 2007-09-15 03:25:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-09-15 03:25:20 +0800 |
commit | 523430550b372538c9136b7d315d8fe59c37f82d (patch) | |
tree | 3dffc5691062226e2656a6e653c6287ec0466dd6 /x11-toolkits/gtk30 | |
parent | e0aacff077008e9b19e32b076dfda889dbef0d7f (diff) | |
download | freebsd-ports-gnome-523430550b372538c9136b7d315d8fe59c37f82d.tar.gz freebsd-ports-gnome-523430550b372538c9136b7d315d8fe59c37f82d.tar.zst freebsd-ports-gnome-523430550b372538c9136b7d315d8fe59c37f82d.zip |
Remove USE_XPM as it brings in USE_XLIB via bsd.port.mk. The xpm library
is already imported via USE_XORG. This should fix the cyclic dependency
problems people are reporting.
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index e96a6f1e900f..3550b156cc63 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk PORTVERSION= 2.10.14 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/v2.10/ \ @@ -36,7 +36,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_GMAKE= yes -USE_XPM= yes USE_PERL5= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 |