From 72ed276ecd5abb024f02fa998491b5dafdf3af51 Mon Sep 17 00:00:00 2001 From: roam Date: Tue, 8 Feb 2005 16:28:45 +0000 Subject: Fix the package build: archivers/unzip is actually a build dependency, not just an extract one. Reported by: gohan via kris Pointy hat to: myself --- games/scare/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'games/scare/Makefile') diff --git a/games/scare/Makefile b/games/scare/Makefile index 12ccce36d9d1..65a38027ef6b 100644 --- a/games/scare/Makefile +++ b/games/scare/Makefile @@ -16,13 +16,15 @@ COMMENT= ADRIFT-compatible interactive games interpreter USE_ZIP= yes +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + BINFILES= scare .if defined(WITH_XGLK) PKGNAMESUFFIX= -glk -BUILD_DEPENDS= ${X11BASE}/lib/libxglk.a:${PORTSDIR}/games/xglk -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS+= ${X11BASE}/lib/libxglk.a:${PORTSDIR}/games/xglk +RUN_DEPENDS+= ${X11BASE}/lib/libxglk.a:${PORTSDIR}/games/xglk ALL_TARGET= all glkscare -- cgit