diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2010-01-28 15:38:57 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2010-01-28 15:38:57 +0000 |
commit | b628752ddc9918c292e73a9186351c07863c8f5e (patch) | |
tree | 0e1f4233ff737d36bd0707fea3a039ce3f396180 /graphics | |
parent | Fix installation of icons for emacs-w3m-emacs22. (diff) |
- Unbreak on 6.X.
Approved by: tabthorpe (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opengtl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index 52593de29601..15d7a962ffb6 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png BUILD_DEPENDS= llvm>=2.5:${PORTSDIR}/devel/llvm USE_BZIP2= yes +USE_GCC= 4.2+ USE_PERL5= yes MAKE_JOBS_SAFE= yes USE_CMAKE= yes @@ -24,10 +25,6 @@ CMAKE_USE_PTHREAD= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - post-patch: #disable layex doc, it not ready yer ${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \ |