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:
parent
ca00f904a4
commit
8fc62c550c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128294
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue