diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
commit | 5504e26b7b69f71a0cb7e4baee5ad749c050a11e (patch) | |
tree | 1da5fd2457c57bedc98c7a7efccc44d0ab4cbacb /x11-toolkits/gtk--2/Makefile | |
parent | FreeBSD doesn't use the same method of authenticating passwords that (diff) |
Convert to new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=79439
Diffstat (limited to 'x11-toolkits/gtk--2/Makefile')
-rw-r--r-- | x11-toolkits/gtk--2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile index 1fd3936778aa..e5106cb85266 100644 --- a/x11-toolkits/gtk--2/Makefile +++ b/x11-toolkits/gtk--2/Makefile @@ -17,8 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for gtk, a x11 graphics library -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes @@ -26,7 +25,7 @@ LATEST_LINK= gtk--2 USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack gtk20 CONFIGURE_ARGS= --enable-static=yes \ --without-gnome \ --with-sigc-prefix=${LOCALBASE} |