summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-11 17:14:26 +0000
committersnj <snj@pkgsrc.org>2004-04-11 17:14:26 +0000
commitd0ce2a3aec21b80477a71e2dcdd7dca52216bd12 (patch)
tree443812dfc8750e38d311516e35f89b5a2c386938 /emulators
parent44f4f18f770ee7e6195b170611d507f5e843c874 (diff)
downloadpkgsrc-d0ce2a3aec21b80477a71e2dcdd7dca52216bd12.tar.gz
Convert to buildlink3.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dgen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/dgen/Makefile b/emulators/dgen/Makefile
index 9115647a967..e239d2c7686 100644
--- a/emulators/dgen/Makefile
+++ b/emulators/dgen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/11 17:14:26 snj Exp $
#
DISTNAME= dgen-sdl-1.23
@@ -16,9 +16,9 @@ DEPENDS+= nasm-[0-9]*:../../devel/nasm
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_X11= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-extra-opt
-.include "../../devel/SDL/buildlink2.mk"
+.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"