aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/rep-gtk/Makefile
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-02-18 17:34:27 +0800
committernakai <nakai@FreeBSD.org>2000-02-18 17:34:27 +0800
commit7973a8993b53e22ce8d54d2c53d515c15a385635 (patch)
tree0afdb3f34d39501b7631273c8015b121e5127b57 /x11-toolkits/rep-gtk/Makefile
parent1bd543574c208b494f112e2ee626b650965e4534 (diff)
downloadfreebsd-ports-gnome-7973a8993b53e22ce8d54d2c53d515c15a385635.tar.gz
freebsd-ports-gnome-7973a8993b53e22ce8d54d2c53d515c15a385635.tar.zst
freebsd-ports-gnome-7973a8993b53e22ce8d54d2c53d515c15a385635.zip
Fix *_DEPENDS
Diffstat (limited to 'x11-toolkits/rep-gtk/Makefile')
-rw-r--r--x11-toolkits/rep-gtk/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile
index a0b74e1002c0..c6db42574282 100644
--- a/x11-toolkits/rep-gtk/Makefile
+++ b/x11-toolkits/rep-gtk/Makefile
@@ -13,6 +13,9 @@ MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+.if !defined(NOGNOME)
+LIB_DEPENDS+= glade.2:${PORTSDIR}/devel/libglade
+.endif
BUILD_DEPENDS= rep:${PORTSDIR}/lang/librep
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -22,6 +25,9 @@ PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL}
USE_GMAKE= yes
GNU_CONFIGURE= yes
+.if defined(NOGNOME)
+CONFIGURE_ARGS= --without-libglade
+.endif
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}" \