summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-11-01 15:46:07 +0000
committertnn <tnn@pkgsrc.org>2009-11-01 15:46:07 +0000
commitfa619b83f8b897323279a28099e8fdfd18358f21 (patch)
tree18481d3674689371b64259c9dc58203343744bfc /games/rocksndiamonds
parent483ab8f549730c8fbb8f804be2ec5eedf480a493 (diff)
downloadpkgsrc-fa619b83f8b897323279a28099e8fdfd18358f21.tar.gz
wants to link with -lsmpeg when the SDL option is enabled
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r--games/rocksndiamonds/Makefile4
-rw-r--r--games/rocksndiamonds/options.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index c479cba436c..89c0eb8d5dc 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2009/08/26 19:58:44 sno Exp $
+# $NetBSD: Makefile,v 1.41 2009/11/01 15:46:07 tnn Exp $
DISTNAME= rocksndiamonds-3.2.6.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games x11
MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
diff --git a/games/rocksndiamonds/options.mk b/games/rocksndiamonds/options.mk
index eadc72239a7..de5b78e2719 100644
--- a/games/rocksndiamonds/options.mk
+++ b/games/rocksndiamonds/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2007/02/02 19:00:45 joerg Exp $
+# $NetBSD: options.mk,v 1.5 2009/11/01 15:46:07 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rocksndiamonds
PKG_SUPPORTED_OPTIONS= sdl x11
@@ -14,6 +14,7 @@ BUILD_TARGET= sdl
. endif
. include "../../audio/SDL_mixer/buildlink3.mk"
. include "../../graphics/SDL_image/buildlink3.mk"
+. include "../../multimedia/smpeg/buildlink3.mk"
. include "../../net/SDL_net/buildlink3.mk"
.endif