Unbreak: add a missing dependency on Motif.
This commit is contained in:
parent
145ff826c7
commit
7ce79eb2e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81240
@ -23,6 +23,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
USE_MESA= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_MOTIF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -136,10 +137,6 @@ pre-everything::
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Configure fails"
|
||||
.endif
|
||||
|
||||
##
|
||||
## Port conflict management
|
||||
##
|
||||
|
@ -23,6 +23,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
USE_MESA= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_MOTIF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -136,10 +137,6 @@ pre-everything::
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Configure fails"
|
||||
.endif
|
||||
|
||||
##
|
||||
## Port conflict management
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user