diff options
author | snj <snj@pkgsrc.org> | 2004-04-12 01:49:02 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-12 01:49:02 +0000 |
commit | 330598648d8f54f848f7050890791f3cecec5779 (patch) | |
tree | d3964a7c31922f604b0601e13dc589f97e25fe37 /comms | |
parent | ba31ef823e08e6153ee22287bcf329227fd5bec9 (diff) | |
download | pkgsrc-330598648d8f54f848f7050890791f3cecec5779.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" |