diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:36:43 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:36:43 +0000 |
commit | 69749ccab81ac261d5cb4f7d8858774d14289542 (patch) | |
tree | e1abd7158c2014cc53b59cca4a53415cb7ffe110 /geography | |
parent | 3d37a8c286c8979b64f8080f48e49a104c212238 (diff) | |
download | pkgsrc-69749ccab81ac261d5cb4f7d8858774d14289542.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpspoint/Makefile | 4 | ||||
-rw-r--r-- | geography/gpsutils/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile index b1de6b8c805..f66d314439f 100644 --- a/geography/gpspoint/Makefile +++ b/geography/gpspoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/02/14 17:21:40 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/11 08:40:15 snj Exp $ DISTNAME= gpspoint-2.030521 CATEGORIES= geography @@ -10,7 +10,7 @@ COMMENT= Program to download and upload waypoints to and from your GPS device DEPENDS+= dialog>=0.6:../../misc/dialog -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/geography/gpsutils/Makefile b/geography/gpsutils/Makefile index 7a178fd5ee7..69e54f110d0 100644 --- a/geography/gpsutils/Makefile +++ b/geography/gpsutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/20 12:16:00 agc Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/11 08:42:50 snj Exp $ # DISTNAME= gpsutils-0.4.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.wombat.ie/gps/ COMMENT= Capture and convert data from a Garmin GPS receiver WRKSRC= ${WRKDIR}/gpsutils-0.4.0/src -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes do-install: .for PROGRAM in capture switchmode gbindiff |