aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sablotron
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-02-13 10:26:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-02-13 10:26:04 +0800
commit81aad2482d04140dcecf9f13bbf4362b67657b40 (patch)
tree914df629793c2c97ce332858cd9387b472ceee96 /textproc/sablotron
parentac3eb4dbbb2c74c421e5913093c3ad57cc8c9141 (diff)
downloadfreebsd-ports-gnome-81aad2482d04140dcecf9f13bbf4362b67657b40.tar.gz
freebsd-ports-gnome-81aad2482d04140dcecf9f13bbf4362b67657b40.tar.zst
freebsd-ports-gnome-81aad2482d04140dcecf9f13bbf4362b67657b40.zip
- Don't silence warnings
- Cosmetic fixes
Diffstat (limited to 'textproc/sablotron')
-rw-r--r--textproc/sablotron/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile
index 049af653e0cd..3c9a806ff57d 100644
--- a/textproc/sablotron/Makefile
+++ b/textproc/sablotron/Makefile
@@ -17,10 +17,10 @@ OPTIONS_DEFINE= CHECK_LEAKS DEBUGGER DISABLE_META DOCS \
DOCUMENT_ERRORS DOM ICONV_TYPECAST
CHECK_LEAKS_DESC= Enable memory leaks checking
-DEBUGGER_DESC= Enable debugger
+DEBUGGER_DESC= Enable debugger
DISABLE_META_DESC= Do not output the META html tag
DOCUMENT_ERRORS_DESC= Allow document errors
-DOM_DESC= Use DOM
+DOM_DESC= Use DOM
ICONV_TYPECAST_DESC= Use iconv typecast
OPTIONS_DEFAULT= DOM DOCUMENT_ERRORS
@@ -43,7 +43,7 @@ USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBTOOL=${LIBTOOL}
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include -w
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lexpat ${ICONV_LIB}
PORTDOCS= *
@@ -55,7 +55,7 @@ DOCSRCDIR2= ${WRKSRC}/doc/misc
DOCSDIR2= ${DOCSDIR}/doc/misc
DOC_FILES2= DEBUGGER NOTES
-.include <bsd.port.options.mk>
+.include <bsd.port.options.mk>
post-patch:
@${PERL} -pi -e \