Better handling for the imake dependency when XFREE86_VERSION != 3. The
old way had us installing imake-4 over the imake that is already a part of the XFree86-3 port.
This commit is contained in:
parent
22b9fdbb62
commit
894340d0f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34926
@ -14,8 +14,13 @@ EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= masini@uniroma3.it
|
||||
|
||||
BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c \
|
||||
imake:${PORTSDIR}/devel/imake-4
|
||||
BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${XFREE86_VERSION} != 3
|
||||
BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4
|
||||
.endif
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_XLIB= yes
|
||||
@ -38,4 +43,4 @@ post-install:
|
||||
${CP} -R ${WRKSRC}/pisces/9009/test_suite ${PREFIX}/share/doc/pisces
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user