diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-10 16:07:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-10 16:07:26 +0000 |
commit | 97dedc5718d75647849003522ea624c84910c814 (patch) | |
tree | 8231de5b0e5babcfd0206374ecf942a0faf789d6 /x11/lesstif/Makefile | |
parent | 096bb8ea84a9ce14ed3de6d460c0856a06708260 (diff) | |
download | pkgsrc-97dedc5718d75647849003522ea624c84910c814.tar.gz |
Add patch to fix CAN-2005-0605. Bump PKGREVISION.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r-- | x11/lesstif/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 069f3172b10..6185dfde503 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2005/01/05 11:16:38 adam Exp $ +# $NetBSD: Makefile,v 1.78 2005/03/10 16:07:26 wiz Exp $ DISTNAME= lesstif-0.94.0 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lesstif/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +16,7 @@ USE_BUILDLINK3= YES USE_X11BASE= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-production --disable-debug --disable-verbose CONFIGURE_ARGS+= --enable-editres --enable-xdnd |