aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/kcheckers/Makefile2
-rw-r--r--graphics/xenomorph/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/games/kcheckers/Makefile b/games/kcheckers/Makefile
index c934424dad98..368d016c87b2 100644
--- a/games/kcheckers/Makefile
+++ b/games/kcheckers/Makefile
@@ -12,6 +12,8 @@ MASTER_SITES= http://kcheckers.osdn.org.ua/
MAINTAINER= ports@FreeBSD.org
COMMENT= Qt version of the classic boardgame checkers
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
WRKSRC= ${WRKDIR}/kcheckers
USE_QT_VER= 3
MAKE_ENV= QTDIR="${X11BASE}"
diff --git a/graphics/xenomorph/Makefile b/graphics/xenomorph/Makefile
index a6007bb726a1..a8b063957ecb 100644
--- a/graphics/xenomorph/Makefile
+++ b/graphics/xenomorph/Makefile
@@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= An image filter system based on volterra and morphologic filters
+BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
+
PLIST_FILES= bin/xenomorph
USE_BZIP2= yes
USE_QT_VER= 3