diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 19:54:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 19:54:20 +0000 |
commit | e7b0e4540b574721c1f5ef9edad825c6960479d2 (patch) | |
tree | 564e40c561432eff4591e092fc2cc0fc8ed45987 /misc/proj | |
parent | 7858550ae5cd9105eca98b4bd36ec9daf7547bb9 (diff) | |
download | pkgsrc-e7b0e4540b574721c1f5ef9edad825c6960479d2.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc/proj')
-rw-r--r-- | misc/proj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/proj/Makefile b/misc/proj/Makefile index ad6feb732b3..cf441918496 100644 --- a/misc/proj/Makefile +++ b/misc/proj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/02/14 17:21:45 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/18 19:54:20 snj Exp $ DISTNAME= proj-4.4.7 CATEGORIES= misc @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.remotesensing.org/proj/ COMMENT= Cartographic projection software -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes |