diff options
Diffstat (limited to 'textproc/wiggle/Makefile')
-rw-r--r-- | textproc/wiggle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile index a8758187856c..5570ed3306ff 100644 --- a/textproc/wiggle/Makefile +++ b/textproc/wiggle/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_GCC= 4.2+ # uses nested functions -USES= gmake +USES= gmake compiler:nestedfct MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter" |