diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-23 01:34:58 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-23 01:34:58 +0000 |
commit | e026a076ad802d6c78dbc756ba294b8ecc0dfbcd (patch) | |
tree | f71fff7bdff5641c9d6a51dfbc4bc6dd2c5de8fa /textproc/ltxml | |
parent | 2f0dc9bd19659a1811b8ca93ae9339f2352dbbc0 (diff) | |
download | ports-e026a076ad802d6c78dbc756ba294b8ecc0dfbcd.tar.gz ports-e026a076ad802d6c78dbc756ba294b8ecc0dfbcd.zip |
Notes
Diffstat (limited to 'textproc/ltxml')
-rw-r--r-- | textproc/ltxml/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/ltxml/Makefile b/textproc/ltxml/Makefile index 14425a61c4cd..4005807d8e25 100644 --- a/textproc/ltxml/Makefile +++ b/textproc/ltxml/Makefile @@ -11,22 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML Toolkit LICENSE= GPLv2 -LICENSE_FILE= ${WRKDIR}/${DISTNAME}/COPYING OPTIONS_DEFINE= OPTIMIZED_CFLAGS WRKSRC= ${WRKDIR}/${DISTNAME}/XML -USES= perl5 -USE_GMAKE= yes +USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-zlib=/usr --datadir=${PREFIX}/lib/ltxml12 -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -O3 +CFLAGS+= -Wuninitialized -ffast-math -finline-functions \ + -fomit-frame-pointer -fexpensive-optimizations -O3 .endif .if ${ARCH} == "amd64" || ${ARCH} == "ia64" |