diff options
author | tnn <tnn> | 2009-11-01 15:46:07 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-11-01 15:46:07 +0000 |
commit | 01db7fe756ceef90b9a9e8124a12c0e4178583fd (patch) | |
tree | 18481d3674689371b64259c9dc58203343744bfc /games | |
parent | 9c52c073f1d57224cdb0b397f7a3ade4249e47e3 (diff) | |
download | pkgsrc-01db7fe756ceef90b9a9e8124a12c0e4178583fd.tar.gz |
wants to link with -lsmpeg when the SDL option is enabled
Diffstat (limited to 'games')
-rw-r--r-- | games/rocksndiamonds/Makefile | 4 | ||||
-rw-r--r-- | games/rocksndiamonds/options.mk | 3 |
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 |