diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-21 21:55:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-21 21:55:21 +0000 |
commit | 2aa38f3ee8e89bea320bb4cbb82c0c43c66dae0e (patch) | |
tree | 0fdea24652ab58f1bc4e86d7e96efe085c0c5347 /graphics/libopenraw | |
parent | c029fa9167e5311a0bd52cc2f54163fe01bf92b9 (diff) | |
download | ports-2aa38f3ee8e89bea320bb4cbb82c0c43c66dae0e.tar.gz ports-2aa38f3ee8e89bea320bb4cbb82c0c43c66dae0e.zip |
- Mark BROKEN on 6.X: does not configure
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=256799
Diffstat (limited to 'graphics/libopenraw')
-rw-r--r-- | graphics/libopenraw/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 5b1626857c60..0eec4b7d3ee5 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -36,6 +36,10 @@ CONFIGURE_ARGS+=--disable-gnome PLIST_SUB+= GNOME="@comment " .endif +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + post-patch: @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|testsuite ||' ${WRKSRC}/Makefile.in |