diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 15:48:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 15:48:13 +0000 |
commit | ea83d727a6236461476a423186aa43ff9710ef25 (patch) | |
tree | c4ee7789f09ad9cc860805764f62d52f55e8f56c /textproc | |
parent | b63a6e3f2a5192e938644b9b83a01f1a2b934a30 (diff) | |
download | ports-ea83d727a6236461476a423186aa43ff9710ef25.tar.gz ports-ea83d727a6236461476a423186aa43ff9710ef25.zip |
Notes
Diffstat (limited to 'textproc')
-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" |