aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libglade2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-22 12:46:36 +0800
committermarcus <marcus@FreeBSD.org>2003-04-22 12:46:36 +0800
commit7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch)
treea275bb65cb1b83d2d0c4e0c043186a0176c357ce /devel/libglade2
parente19daf26a391b9070456a133fb8dbaf46ca059c8 (diff)
downloadfreebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz
freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.zst
freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip
Convert to new GNOME infrastructure.
Diffstat (limited to 'devel/libglade2')
-rw-r--r--devel/libglade2/Makefile5
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>