Unbreak: add a missing dependency on Motif.

This commit is contained in:
Pete Fritchman 2003-05-18 12:39:37 +00:00
parent 145ff826c7
commit 7ce79eb2e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81240
2 changed files with 2 additions and 8 deletions

View File

@ -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
##

View File

@ -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
##