summaryrefslogtreecommitdiff
path: root/emulators/arnold/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-04-12 01:58:50 +0000
committersnj <snj>2004-04-12 01:58:50 +0000
commit44becafa532c9a6852d333c8e440f3ad12446e01 (patch)
treecddc2067f83396e855da966db265769801f1a773 /emulators/arnold/Makefile
parentf04075d856f52ff1d6eb7895b9597e1ba18b7ea8 (diff)
downloadpkgsrc-44becafa532c9a6852d333c8e440f3ad12446e01.tar.gz
Convert to buildlink3.
Diffstat (limited to 'emulators/arnold/Makefile')
-rw-r--r--emulators/arnold/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile
index f38e25efe84..68530595133 100644
--- a/emulators/arnold/Makefile
+++ b/emulators/arnold/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/20 12:14:40 agc Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/12 02:01:46 snj Exp $
#
DISTNAME= arnsrc27012002
@@ -15,7 +15,7 @@ COMMENT= Amstrad CPC, Amstrad CPC+ and KC Compact emulator
EXTRACT_CMD_OPTS.zip= -aqo
WRKSRC= ${WRKDIR}/arnold/src
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
ALL_TARGET= arnold
@@ -42,7 +42,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/../readme.txt ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/../readme.linux ${DOCDIR}
-.include "../../mk/ossaudio.buildlink2.mk"
-.include "../../devel/SDL/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"