diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 12:39:37 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 12:39:37 +0000 |
commit | 7ce79eb2e06e05638d31374133861cd0f5d748b5 (patch) | |
tree | 9c292ce0c23f9aeee0280699dac25618cb8813ab /x11-toolkits/fox-devel | |
parent | Update to version 1.3.9. Add support for updating the shared mime (diff) |
Unbreak: add a missing dependency on Motif.
Diffstat (limited to 'x11-toolkits/fox-devel')
-rw-r--r-- | x11-toolkits/fox-devel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile index 5bbcb1043e1d..7f340c461400 100644 --- a/x11-toolkits/fox-devel/Makefile +++ b/x11-toolkits/fox-devel/Makefile @@ -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 ## |