diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-23 10:24:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-23 10:24:02 +0000 |
commit | cd8f67c88072df63d0ed6ffcac78568837562876 (patch) | |
tree | 892072fafe7eefd7f4adc55fc610517564655d57 /emulators/gnuboy | |
parent | 1eaff93219a58d6e073dfee5b0e21fb6638046d4 (diff) | |
download | pkgsrc-cd8f67c88072df63d0ed6ffcac78568837562876.tar.gz |
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 1570f9be55f..e9e6727e81e 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/03 12:55:13 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/23 10:24:03 wiz Exp $ DISTNAME= gnuboy-1.0.3 PKGREVISION= 2 @@ -28,5 +28,4 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |