diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-18 15:33:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-18 15:33:54 +0000 |
commit | cfc001e621ef52f537c726912e4d1ceb2ddd9908 (patch) | |
tree | 4901a772ad8cd4fa16fcb8977f636eb821497ccb /misc/metatheme2 | |
parent | 7df0d7bfed31f30f247328540669403c7f41ce18 (diff) | |
download | FreeBSD-ports-cfc001e621ef52f537c726912e4d1ceb2ddd9908.zip FreeBSD-ports-cfc001e621ef52f537c726912e4d1ceb2ddd9908.tar.gz |
Switch to USE_GNOME to chase the libgnome* shared lib versions.
Diffstat (limited to 'misc/metatheme2')
-rw-r--r-- | misc/metatheme2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/metatheme2/Makefile b/misc/metatheme2/Makefile index 55c6810..b5fcb90 100644 --- a/misc/metatheme2/Makefile +++ b/misc/metatheme2/Makefile @@ -17,12 +17,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An utility for managing "theme sets" that accomodate gtk, window manager, etc -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack libgnomeui USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |