diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 06:46:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 06:46:23 +0800 |
commit | 0c0bc0817381d988823d36185863bd555cd37740 (patch) | |
tree | 5733a8e5b71f23136487f800433f3d85de43b778 /x11-toolkits | |
parent | 8ea1a4a1a6f6538cf84a7389ed34303ce9affc0c (diff) | |
download | marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.gz marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.bz2 marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.lz marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.xz marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.zst marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.zip |
Convert to new GNOME infrastructure.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@564 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index d197e3ea3..21892ac42 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -23,9 +23,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gimp Toolkit for X11 GUI (current stable version) -LIB_DEPENDS= atk-1.0.300:${PORTSDIR}/devel/atk \ - pango-1.0.200:${PORTSDIR}/x11-toolkits/pango \ - png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg @@ -37,7 +35,7 @@ USE_REINPLACE= yes USE_PERL5= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack atk pango CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ |