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
This commit is contained in:
Peter Pentchev 2005-02-08 16:28:45 +00:00
parent ca00f904a4
commit 8fc62c550c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128294

View file

@ -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