diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-10-27 13:44:19 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-10-27 13:44:19 +0000 |
commit | c3966e4795d640ec4702880d86f04d2afe1f4bc6 (patch) | |
tree | 52800425fc101563df9e66e8cb4c0ffe239931ca /x11/wterm/Makefile | |
parent | b4c27413434435c9b9f76b7cbccb9949c3dc98ec (diff) | |
download | pkgsrc-c3966e4795d640ec4702880d86f04d2afe1f4bc6.tar.gz |
Add explicit --enable-transparency to configure args.
Add a check for openpty() in libutil in configure, instead of hardcoding it.
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r-- | x11/wterm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 7ca3ebc02bf..293433ca614 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/08/25 21:52:50 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/27 13:44:19 bouyer Exp $ DISTNAME= wterm-6.2.9 PKGREVISION= 1 @@ -14,7 +14,8 @@ GNU_CONFIGURE= YES USE_X11BASE= YES USE_BUILDLINK2= YES -CONFIGURE_ARGS+= --enable-utmp --enable-wtmp --enable-xpm-background +CONFIGURE_ARGS+= --enable-utmp --enable-wtmp +CONFIGURE_ARGS+= --enable-xpm-background --enable-transparency CONFIGURE_ARGS+= --enable-menubar --enable-graphics --enable-next-scroll CONFIGURE_ARGS+= --enable-half-shadow CONFIGURE_ARGS+= --with-xpm-library=${BUILDLINK_PREFIX.xpm} |