diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-05 12:20:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-05 12:20:59 +0000 |
commit | 8371a2af0b14463c7597b149e7658eb8ccea8fda (patch) | |
tree | 6a7c58dbebc81e690cb8171ed0de3431e4cf24aa /emulators | |
parent | 311624070809b9cef4bda13e8a7e671344e8f457 (diff) | |
download | pkgsrc-8371a2af0b14463c7597b149e7658eb8ccea8fda.tar.gz |
Depend on gtkglext>=1.2.0nb4 to fix build with gtk2>=2.20.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yabause/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index b7f2abfe13d..59f69fc26c6 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/09/12 14:07:26 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/06/05 12:20:59 wiz Exp $ DISTNAME= yabause-0.9.10 CATEGORIES= emulators @@ -16,6 +16,7 @@ USE_TOOLS+= gmake USE_TOOLS+= pkg-config .include "../../devel/SDL/buildlink3.mk" +BUILDLINK_API_DEPENDS.gtkglext+= gtkglext>=1.2.0nb4 .include "../../graphics/gtkglext/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |