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 /emulators/xcopilot | |
parent | 3d37a8c286c8979b64f8080f48e49a104c212238 (diff) | |
download | pkgsrc-69749ccab81ac261d5cb4f7d8858774d14289542.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'emulators/xcopilot')
-rw-r--r-- | emulators/xcopilot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index 9a8943a5702..16dfe08e728 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:36:29 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/11 08:36:43 snj Exp $ # DISTNAME= xcopilot-0.6.6 @@ -11,12 +11,12 @@ COMMENT= PalmPilot emulator for X NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_X11= YES post-extract: ${RM} -f ${WRKSRC}/mc68k/custom.c -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |