aboutsummaryrefslogtreecommitdiff
path: root/games/gnudoku
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-30 14:11:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-30 14:11:22 +0000
commit0364b56e7f0820e5cbde5d74d21cd960f56673fc (patch)
tree5bd80d8b6804630dbec2ad36138feae1ae081677 /games/gnudoku
parent7124a12af3fed17411514714df4b1a59c6f7aeb2 (diff)
downloadports-0364b56e7f0820e5cbde5d74d21cd960f56673fc.tar.gz
ports-0364b56e7f0820e5cbde5d74d21cd960f56673fc.zip
Notes
Diffstat (limited to 'games/gnudoku')
-rw-r--r--games/gnudoku/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gnudoku/Makefile b/games/gnudoku/Makefile
index 760cd81337a5..d32b8bb45d37 100644
--- a/games/gnudoku/Makefile
+++ b/games/gnudoku/Makefile
@@ -11,14 +11,13 @@ MASTER_SITES= http://offload2.icculus.org:9090/~jcspray/GNUDoku/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A free program for creating and solving Su Doku puzzles
-LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
USES= gmake pkgconfig
MAKE_ENV= CXXLAGS="${CXXFLAGS}"
+MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
-NO_STAGE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS+=|' ${WRKSRC}/Makefile
.include <bsd.port.mk>