aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libbonoboui
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-22 13:02:24 +0800
committermarcus <marcus@FreeBSD.org>2003-04-22 13:02:24 +0800
commit6107002b171ac487a11508d0696e0e7fce0270c7 (patch)
tree2e6f3ec74cf8c4269860d72c22f0f25a616a413d /x11-toolkits/libbonoboui
parent6d33aa0af4a48821295eee0ce5021291e289e659 (diff)
downloadfreebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.tar.gz
freebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.tar.zst
freebsd-ports-gnome-6107002b171ac487a11508d0696e0e7fce0270c7.zip
Convert to new GNOME infrastructure.
Diffstat (limited to 'x11-toolkits/libbonoboui')
-rw-r--r--x11-toolkits/libbonoboui/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile
index 5f990953054b..7026df73da35 100644
--- a/x11-toolkits/libbonoboui/Makefile
+++ b/x11-toolkits/libbonoboui/Makefile
@@ -16,18 +16,14 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GUI frontend to the libbonobo component of GNOME2
-LIB_DEPENDS= gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas \
- gnome-2.200:${PORTSDIR}/x11/libgnome
-
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomecanvas libgnome
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>