aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 15:17:31 +0800
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 15:17:31 +0800
commitc76cf46929051f9dd322487d888c82f104026e6d (patch)
treef415aeddadc6782b1474ebd88710bfa86cf08711 /lang
parentb7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (diff)
downloadfreebsd-ports-gnome-c76cf46929051f9dd322487d888c82f104026e6d.tar.gz
freebsd-ports-gnome-c76cf46929051f9dd322487d888c82f104026e6d.tar.zst
freebsd-ports-gnome-c76cf46929051f9dd322487d888c82f104026e6d.zip
Implement USE_GNOME, part 2.
Diffstat (limited to 'lang')
-rw-r--r--lang/gnomebasic/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gnomebasic/Makefile b/lang/gnomebasic/Makefile
index ff48bc2877e6..70281f04a7b8 100644
--- a/lang/gnomebasic/Makefile
+++ b/lang/gnomebasic/Makefile
@@ -14,18 +14,12 @@ DISTNAME= gb-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
USE_GMAKE= yes
USE_X_PREFIX= yes
+USE_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>