diff options
author | knu <knu@FreeBSD.org> | 2001-04-22 05:10:50 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-22 05:10:50 +0000 |
commit | c6ffeae15c2c6b2aec9d22e3c3748a581e94beca (patch) | |
tree | d37cad1c2d482a127aa1fce4720a5d912a0ab969 | |
parent | d46da20f4fe0bf2ea13cdfb24c2b146ede7b0bb4 (diff) | |
download | FreeBSD-ports-c6ffeae15c2c6b2aec9d22e3c3748a581e94beca.zip FreeBSD-ports-c6ffeae15c2c6b2aec9d22e3c3748a581e94beca.tar.gz |
Prepare for the forthcoming slave port.
Approved by: jim (MAINTAINER)
-rw-r--r-- | x11/aterm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index bbac4b9..64c50f3 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -8,7 +8,7 @@ PORTNAME= aterm PORTVERSION= 0.4.0 PORTREVISION= 1 -CATEGORIES= x11 +CATEGORIES+= x11 # `+=' is for slave ports MASTER_SITES= http://download.sourceforge.net/aterm/ MAINTAINER= jim@FreeBSD.org @@ -19,7 +19,9 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-transparency --enable-background-image \ +# `+=' is for slave ports +CONFIGURE_ARGS+= \ + --enable-transparency --enable-background-image \ --disable-delete-key --disable-backspace-key \ --enable-fading --enable-utmp --enable-wtmp |