diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-18 23:33:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-18 23:33:54 +0800 |
commit | cfc001e621ef52f537c726912e4d1ceb2ddd9908 (patch) | |
tree | 4901a772ad8cd4fa16fcb8977f636eb821497ccb /misc | |
parent | 7df0d7bfed31f30f247328540669403c7f41ce18 (diff) | |
download | freebsd-ports-gnome-cfc001e621ef52f537c726912e4d1ceb2ddd9908.tar.gz freebsd-ports-gnome-cfc001e621ef52f537c726912e4d1ceb2ddd9908.tar.zst freebsd-ports-gnome-cfc001e621ef52f537c726912e4d1ceb2ddd9908.zip |
Switch to USE_GNOME to chase the libgnome* shared lib versions.
Diffstat (limited to 'misc')
-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 55c6810441dd..b5fcb9006d97 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 |