aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-25 12:17:21 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-25 12:17:21 +0800
commitf7ccb1ed0eb65e3c0ff2f1b251a2108d3b16df26 (patch)
tree4ead6a3e01bff5674e8d2c18ed9f90131c875187 /x11
parenta77df962cd77de949c0cceff0692321f5a9310df (diff)
downloadfreebsd-ports-gnome-f7ccb1ed0eb65e3c0ff2f1b251a2108d3b16df26.tar.gz
freebsd-ports-gnome-f7ccb1ed0eb65e3c0ff2f1b251a2108d3b16df26.tar.zst
freebsd-ports-gnome-f7ccb1ed0eb65e3c0ff2f1b251a2108d3b16df26.zip
- 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.
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/Makefile5
1 files changed, 4 insertions, 1 deletions
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/ \