diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-29 13:54:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-29 13:54:34 +0800 |
commit | ae03cafd0e1ca29d236622f8e19e4ce414969142 (patch) | |
tree | fb4fd8ae36b66f451e4062755eefd99659b7d22c /x11 | |
parent | 0114a77bf6c98c9a023dc5f9ebd79b0c761bf114 (diff) | |
download | freebsd-ports-gnome-ae03cafd0e1ca29d236622f8e19e4ce414969142.tar.gz freebsd-ports-gnome-ae03cafd0e1ca29d236622f8e19e4ce414969142.tar.zst freebsd-ports-gnome-ae03cafd0e1ca29d236622f8e19e4ce414969142.zip |
Make some variables ?= because they might be set by slave ports
(for example, japanese/xlockmore)
PR: ports/59664 (related)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index f3da424335b5..37ecfbd9ee5a 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -7,12 +7,12 @@ PORTNAME= xlockmore PORTVERSION= 5.10 -CATEGORIES= x11 +CATEGORIES?= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -MAINTAINER= ports@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT= Like XLock session locker/screen saver, but just more USE_BZIP2= yes |