diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-08 22:40:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-08 22:40:30 +0000 |
commit | 1ab8218d935d8ba16b4f47e297de4f88ef57ecf7 (patch) | |
tree | e182261637e13d1e3b2f13d072caf3460539662c /devel/rx/Makefile | |
parent | 404953b623958cdcc5b6eea629a53dda84ec086a (diff) | |
download | pkgsrc-1ab8218d935d8ba16b4f47e297de4f88ef57ecf7.tar.gz |
USE_LIBTOOL, not pkglibtool
Diffstat (limited to 'devel/rx/Makefile')
-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 98f769ceac7..8386d4d4cc9 100644 --- a/devel/rx/Makefile +++ b/devel/rx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:25 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/08 22:40:30 jlam Exp $ DISTNAME= rx-1.5 CATEGORIES= devel @@ -7,8 +7,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=rx/} MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.gnu.org/software/rx/rx.html -USE_PKGLIBTOOL= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= # defined +GNU_CONFIGURE= # defined INFO_FILES= rx.info |