diff options
-rw-r--r-- | www/netsurf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 76ac0ba9744..e33396814e1 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/08/13 13:20:14 ahoka Exp $ +# $NetBSD: Makefile,v 1.3 2008/09/02 13:12:43 ahoka Exp $ # DISTNAME= netsurf-1.2-src @@ -12,6 +12,9 @@ COMMENT= Web browser for RISC OS and UNIX-like platforms PKG_DESTDIR_SUPPORT= user-destdir +# current codebase needs strndup +NOT_FOR_PLATFORM= NetBSD-[0-3]*-* + WRKSRC= ${WRKDIR}/netsurf USE_TOOLS+= gmake perl:build pax pkg-config |