diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 17:14:26 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 17:14:26 +0000 |
commit | 590fb4cc4255c799142994cfa93eb819eea174c7 (patch) | |
tree | 443812dfc8750e38d311516e35f89b5a2c386938 /emulators | |
parent | af1c47970b4ccbacc2a35c5dbd02beb80f116a2d (diff) | |
download | pkgsrc-590fb4cc4255c799142994cfa93eb819eea174c7.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dgen/Makefile | 6 |
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" |