diff options
author | avilla <avilla@FreeBSD.org> | 2010-01-28 23:38:57 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-01-28 23:38:57 +0800 |
commit | 9c2935c8be6ac3b20a57cbae50caf5b8c1e09b92 (patch) | |
tree | a742874975507e21eccba171bafea1cce2d7ea00 /graphics | |
parent | 1e058f23c8fafbc0b3b73329dddf7e58c120d04c (diff) | |
download | freebsd-ports-gnome-9c2935c8be6ac3b20a57cbae50caf5b8c1e09b92.tar.gz freebsd-ports-gnome-9c2935c8be6ac3b20a57cbae50caf5b8c1e09b92.tar.zst freebsd-ports-gnome-9c2935c8be6ac3b20a57cbae50caf5b8c1e09b92.zip |
- 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' \ |