diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
commit | 460836ff23b6dcedf0492f75495022dc42f6eb99 (patch) | |
tree | 5c97de462ec70569d72e34d640782d1b9348d6de /graphics/ufraw/Makefile | |
parent | fbbcbe4a59e1074c58bbdabf056cd9c13db27392 (diff) | |
download | freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.gz freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.zst freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'graphics/ufraw/Makefile')
-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> |