add missing imake dependency
This commit is contained in:
parent
4145a63a80
commit
e0d0154589
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138362
2 changed files with 4 additions and 2 deletions
|
@ -110,7 +110,8 @@ CXX= g++32
|
|||
.endif
|
||||
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
|
||||
unzip:${PORTSDIR}/archivers/unzip \
|
||||
gcp:${PORTSDIR}/sysutils/coreutils
|
||||
gcp:${PORTSDIR}/sysutils/coreutils \
|
||||
imake:${X_IMAKE_PORT}
|
||||
.if defined(WITHOUT_JAVA)
|
||||
LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
|
||||
.else
|
||||
|
|
|
@ -110,7 +110,8 @@ CXX= g++32
|
|||
.endif
|
||||
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
|
||||
unzip:${PORTSDIR}/archivers/unzip \
|
||||
gcp:${PORTSDIR}/sysutils/coreutils
|
||||
gcp:${PORTSDIR}/sysutils/coreutils \
|
||||
imake:${X_IMAKE_PORT}
|
||||
.if defined(WITHOUT_JAVA)
|
||||
LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue