diff options
author | snj <snj> | 2004-04-17 19:41:18 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-17 19:41:18 +0000 |
commit | 4752fe4720275bc579d3d5d1bc352a53b43baa3d (patch) | |
tree | e2d3e38a28ef4c8442cc3848dc2f36cb5b83dcd8 /editors/elvis | |
parent | fb86dcc9f80a43b006492dede0d2296f786a18a5 (diff) | |
download | pkgsrc-4752fe4720275bc579d3d5d1bc352a53b43baa3d.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/elvis')
-rw-r--r-- | editors/elvis/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/elvis/Makefile.common b/editors/elvis/Makefile.common index 5c76a9f24bd..670c82d866d 100644 --- a/editors/elvis/Makefile.common +++ b/editors/elvis/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/01/20 22:48:07 recht Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/04/17 19:41:18 snj Exp $ # DISTNAME= elvis-2.2_0 @@ -12,7 +12,7 @@ PLIST_SRC= ${.CURDIR}/../elvis/PLIST.common PATCHDIR= ${.CURDIR}/../elvis/patches DISTINFO_FILE= ${.CURDIR}/../elvis/distinfo -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} |