diff options
Diffstat (limited to 'games/kbubbles/Makefile')
-rw-r--r-- | games/kbubbles/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile index 8985aa2a6369..2e8304179939 100644 --- a/games/kbubbles/Makefile +++ b/games/kbubbles/Makefile @@ -12,9 +12,11 @@ MASTER_SITES= http://hem.passagen.se/tonybj/kbubbles/ MAINTAINER= andrews@technologist.com -BUILD_DEPENDS= ${LOCALBASE}/include/QwSpriteField.h:${PORTSDIR}/converters/kdesupport11 +BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext +LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \ + kdecore.3:${PORTSDIR}/x11/kdelibs11 -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_QT= yes .include <bsd.port.mk> |