aboutsummaryrefslogtreecommitdiff
path: root/x11/xscreensaver/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-13 23:03:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-13 23:03:22 +0000
commitdc0bc71533f500c2f62212ac881ebe2063bb4d4f (patch)
tree1afcdce79516eb4e8f8324baf19202e2d6eea068 /x11/xscreensaver/Makefile
parente40d7bb5e81ba6a9d19892d8d859f3cd8abfccc2 (diff)
downloadports-dc0bc71533f500c2f62212ac881ebe2063bb4d4f.tar.gz
ports-dc0bc71533f500c2f62212ac881ebe2063bb4d4f.zip
- Correctly work in GNOME/noGNOME cases (plist and such);
- allow CATEGORIES and MAINTAINER be overriden in slaves.
Notes
Notes: svn path=/head/; revision=54672
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r--x11/xscreensaver/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index 6df15daac781..999e4760bc6a 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -7,10 +7,11 @@
PORTNAME= xscreensaver
PORTVERSION= 4.00
-CATEGORIES= x11
+PORTREVISION= 1
+CATEGORIES?= x11
MASTER_SITES= http://www.jwz.org/xscreensaver/
-MAINTAINER= DougB@FreeBSD.org
+MAINTAINER?= DougB@FreeBSD.org
LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle \
xml.5:${PORTSDIR}/textproc/libxml
@@ -28,6 +29,7 @@ CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
+USE_GNOME= yes
CONFIGURE_ARGS+= --with-gnome
.else
CONFIGURE_ARGS+= --without-gnome