diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /devel/rx | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'devel/rx')
-rw-r--r-- | devel/rx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rx/Makefile b/devel/rx/Makefile index 2da8991e150..9808b084905 100644 --- a/devel/rx/Makefile +++ b/devel/rx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:38 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:19 rillig Exp $ DISTNAME= rx-1.5 PKGREVISION= 1 @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/rx/rx.html COMMENT= Fast replacement for the GNU regex library -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes INFO_FILES= rx.info |