diff options
author | snj <snj> | 2004-04-12 01:49:02 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-12 01:49:02 +0000 |
commit | 706d68085c6abb2b3da5baca552fdc3d1bebbeb5 (patch) | |
tree | d3964a7c31922f604b0601e13dc589f97e25fe37 /comms | |
parent | 7fe82355d1eab7e40a63950d6539dd3f0adb3160 (diff) | |
download | pkgsrc-706d68085c6abb2b3da5baca552fdc3d1bebbeb5.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot-syncmal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile index b8c525e4259..8ce7f9b0a56 100644 --- a/comms/jpilot-syncmal/Makefile +++ b/comms/jpilot-syncmal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/02/14 17:21:35 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2004/04/12 01:49:02 snj Exp $ DISTNAME= jpilot-syncmal_0.71.2 PKGNAME= jpilot-syncmal-0.71.2 @@ -12,7 +12,7 @@ COMMENT= MAL synchronization plugin for J-Pilot BUILDLINK_DEPMETHOD.jpilot= full -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined USE_X11= # defined USE_GNU_TOOLS+= make @@ -29,7 +29,7 @@ CFLAGS+= -D__unix__=1 PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///} -.include "../../comms/jpilot/buildlink2.mk" -.include "../../comms/pilot-link-libs/buildlink2.mk" +.include "../../comms/jpilot/buildlink3.mk" +.include "../../comms/pilot-link-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |