diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:17:31 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:17:31 +0000 |
commit | c76cf46929051f9dd322487d888c82f104026e6d (patch) | |
tree | f415aeddadc6782b1474ebd88710bfa86cf08711 /www/glibwww/Makefile | |
parent | b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (diff) | |
download | ports-c76cf46929051f9dd322487d888c82f104026e6d.tar.gz ports-c76cf46929051f9dd322487d888c82f104026e6d.zip |
Notes
Diffstat (limited to 'www/glibwww/Makefile')
-rw-r--r-- | www/glibwww/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile index 85755fc3873b..ed524a49459c 100644 --- a/www/glibwww/Makefile +++ b/www/glibwww/Makefile @@ -13,21 +13,14 @@ MASTER_SITE_SUBDIR= unstable/sources/glibwww MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - wwwzip.1:${PORTSDIR}/www/libwww - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |