diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-13 23:03:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-13 23:03:22 +0000 |
commit | dc0bc71533f500c2f62212ac881ebe2063bb4d4f (patch) | |
tree | 1afcdce79516eb4e8f8324baf19202e2d6eea068 /x11/xscreensaver/Makefile | |
parent | e40d7bb5e81ba6a9d19892d8d859f3cd8abfccc2 (diff) | |
download | ports-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/Makefile | 6 |
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 |