diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-01-23 15:51:25 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-01-23 15:51:25 +0000 |
commit | 6e283a68ea901590db8d553fcd5b26d329624b09 (patch) | |
tree | 59076443e947f55deac5b48cee03f60fe8439ea4 /x11/aterm | |
parent | c4bba400bd84aee3a989b45870974dfd61593800 (diff) | |
download | pkgsrc-6e283a68ea901590db8d553fcd5b26d329624b09.tar.gz |
add missing USE_XPM
Diffstat (limited to 'x11/aterm')
-rw-r--r-- | x11/aterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index d20233be894..d54855d1302 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/01/14 08:29:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/23 16:00:39 dmcmahill Exp $ # DISTNAME= aterm-0.4.0 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aterm/} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://aterm.sourceforge.net/ +USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-background-image \ --enable-transparency \ |