diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 22:49:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 22:49:12 +0000 |
commit | 5075c6c2dc76d4b1a0e630cd26de3535e7cb4a0e (patch) | |
tree | c516f847be6321d6ffe82305474fd5e9466587a4 /www/screem | |
parent | 2daec2825f8f567281bc981298580c835ee1d64c (diff) |
Notes
Diffstat (limited to 'www/screem')
-rw-r--r-- | www/screem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 7529494b3a27..123a05567c9b 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= glade.3:${PORTSDIR}/devel/libglade LIBGLADE_CONFIG?= ${LOCALBASE}/bin/libglade-config GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBTOOL= yes USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" CONFIGURE_ARGS= --with-gnome=${PREFIX}/include --prefix=${PREFIX} \ |