diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /graphics/ufraw | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) |
Notes
Diffstat (limited to 'graphics/ufraw')
-rw-r--r-- | graphics/ufraw/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index ad7cff58e0c2..5665b741dd83 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -47,12 +47,6 @@ PLIST_SUB+= GIMP="@comment " MAN1= ufraw.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 504105 -BROKEN= Needs memmem(3) -.endif - post-patch: @${REINPLACE_CMD} -e '18s|^$$|#include <sys/types.h>|' ${WRKSRC}/dcraw.h @${REINPLACE_CMD} -e '/@schemasdir/s|datadir|sysconfdir|' ${WRKSRC}/Makefile.in @@ -60,4 +54,4 @@ post-patch: @${REINPLACE_CMD} -e '/PKG_CONFIG.*$i/s|$$PKG_CONFIG|${FALSE}|' ${WRKSRC}/configure .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |