summaryrefslogtreecommitdiff
path: root/games/krubik/Makefile
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>1999-12-10 20:56:51 +0000
committerR. Imura <imura@FreeBSD.org>1999-12-10 20:56:51 +0000
commitd71620fd04131f7dd4e28a320b4262bb7c9c9782 (patch)
treeb8482d05f26e58ab8b2cf5e2c72d73950a2a485d /games/krubik/Makefile
parentShow the end of grog's exile. (diff)
Fix BUILD_DEPENDS
PR: 15165 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=23767
Diffstat (limited to '')
-rw-r--r--games/krubik/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/krubik/Makefile b/games/krubik/Makefile
index be485e1f51a3..1b3d122347a6 100644
--- a/games/krubik/Makefile
+++ b/games/krubik/Makefile
@@ -12,8 +12,10 @@ MASTER_SITES= http://www.phys.uu.nl/~eendebak/kde/
MAINTAINER= jedgar@fxp.org
+BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
GNU_CONFIGURE= yes
+USE_QT= yes
.include <bsd.port.mk>