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 | 34a583301bfe04c59f8c612e60b719c218963fd0 (patch) | |
tree | 8bb56182afbdffa49c06e59487b206d39d4627b5 /x11/aterm | |
parent | 9a9427f0accb75534c50742cb89232f78e45c6d5 (diff) | |
download | pkgsrc-34a583301bfe04c59f8c612e60b719c218963fd0.tar.gz |
Remove obsolete variables from BUILD_DEFS.
Diffstat (limited to 'x11/aterm')
-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 \ |