diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /devel/libglade2 | |
parent | Convert to new GNOME infrastructure. (diff) |
Convert to new GNOME infrastructure.
Diffstat (limited to 'devel/libglade2')
-rw-r--r-- | devel/libglade2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index d5e22445ff79..fcadc845bb6f 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -18,8 +18,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME glade library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat USE_BZIP2= yes @@ -28,10 +26,9 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_PYTHON= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack libxml2 gtk20 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |