diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-22 05:10:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-22 05:10:50 +0000 |
commit | 11fbf7f8b23cf4b6e8f05dd4a7300d08c8137030 (patch) | |
tree | 0c50e1fe286d80abca8a9998d4cf88dfbe35efc0 /x11 | |
parent | 1bb837be405126ebd433981919a82d8bd124c09d (diff) | |
download | ports-11fbf7f8b23cf4b6e8f05dd4a7300d08c8137030.tar.gz ports-11fbf7f8b23cf4b6e8f05dd4a7300d08c8137030.zip |
Notes
Diffstat (limited to 'x11')
-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 bbac4b98ed02..64c50f3b936d 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 |