diff options
Diffstat (limited to 'converters/libabw/Makefile')
-rw-r--r-- | converters/libabw/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/libabw/Makefile b/converters/libabw/Makefile index 272527c662e..f4135337bb1 100644 --- a/converters/libabw/Makefile +++ b/converters/libabw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/05/12 12:09:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/13 18:54:01 ryoon Exp $ DISTNAME= libabw-0.0.2 CATEGORIES= converters @@ -12,12 +12,6 @@ LICENSE= mpl-2.0 TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf -.include "../../mk/bsd.prefs.mk" -# GCC 4.5 or later may be required, and gcc45 is not provided for OpenBSD -.if ${OPSYS} == "OpenBSD" -GCC_REQD+= 4.6 -.endif - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= perl:build pkg-config |