1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Solve a problem such that if make, imake for XFree86-3 is required,

but imake for XFree86-3 is required under XFree86-4, too.
This commit is contained in:
Satoshi Taoka 2001-07-07 05:53:29 +00:00
parent 07ef873d22
commit 1823fc95c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44865
2 changed files with 8 additions and 0 deletions

View File

@ -13,7 +13,11 @@ DISTNAME= Wnn6-SDK-sources
MAINTAINER= taoka@FreeBSD.org
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
.else
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
.endif
WRKSRC= ${WRKDIR}/src/contrib/im/Xsi
DOCDIR= ${PREFIX}/share/doc/ja-Wnn6-lib

View File

@ -13,7 +13,11 @@ DISTNAME= Wnn6-SDK-sources
MAINTAINER= taoka@FreeBSD.org
.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
.else
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
.endif
WRKSRC= ${WRKDIR}/src/contrib/im/Xsi
DOCDIR= ${PREFIX}/share/doc/ja-Wnn6-lib