summaryrefslogtreecommitdiff
path: root/games/hex-a-hop
diff options
context:
space:
mode:
authorhans <hans>2012-02-16 18:48:52 +0000
committerhans <hans>2012-02-16 18:48:52 +0000
commit802531d06afaa6a4d03db1ebc280780e93be9945 (patch)
tree59c36b3b1dbc5b961758d5aed4cc7f839a87ee72 /games/hex-a-hop
parent62198bba41f5952146a3ca6e4c88414c56c44618 (diff)
downloadpkgsrc-802531d06afaa6a4d03db1ebc280780e93be9945.tar.gz
Fix build on SunOS.
Diffstat (limited to 'games/hex-a-hop')
-rw-r--r--games/hex-a-hop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile
index 23cb0fa2479..8f85d317254 100644
--- a/games/hex-a-hop/Makefile
+++ b/games/hex-a-hop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/11/01 06:01:18 sbd Exp $
+# $NetBSD: Makefile,v 1.4 2012/02/16 18:49:41 hans Exp $
#
DISTNAME= hex-a-hop-1.1.0
@@ -16,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+LIBS.SunOS+= -liconv
+
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"