diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 19:41:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 19:41:14 +0000 |
commit | f71188248723e20de796dc626a32666ee38e485a (patch) | |
tree | 8bb56182afbdffa49c06e59487b206d39d4627b5 /x11 | |
parent | cdf354a37684f45d4597f040215764675c4046fc (diff) | |
download | pkgsrc-f71188248723e20de796dc626a32666ee38e485a.tar.gz |
Remove obsolete variables from BUILD_DEFS.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/aterm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 1259a7adebf..70474b5b2dc 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/06/01 19:39:36 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/01 19:41:14 wiz Exp $ # DISTNAME= aterm-0.4.2 @@ -14,8 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGINSTALL= YES GNU_CONFIGURE= YES -BUILD_DEFS+= ATERM_USE_KANJI ATERM_USE_XTERM_SCROLL -BUILD_DEFS+= ATERM_USE_BIG5 ATERM_USE_GREEK CONFIGURE_ARGS+=--enable-background-image \ --enable-transparency \ |