From 18d982b7e8eb4d14d8cfb7380a3307df7bb644bc Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 25 May 2002 04:17:21 +0000 Subject: - Only detect GNOME if WITH_GNOME is defined. This allows port to be used with gnome2 desktop; - add missed gdk-puxbuf into LIB_DEPENDS while I am here. --- x11/xscreensaver/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 4a78820f3e1a..804550648b9f 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -13,13 +13,16 @@ MASTER_SITES= http://www.jwz.org/xscreensaver/ MAINTAINER?= DougB@FreeBSD.org LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle \ - xml.5:${PORTSDIR}/textproc/libxml + xml.5:${PORTSDIR}/textproc/libxml \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes USE_XPM= yes USE_MESA= yes USE_GTK= yes +.if defined(WITH_GNOME) WANT_GNOME= yes +.endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ -- cgit v1.2.3