aboutsummaryrefslogtreecommitdiff
path: root/devel/styx/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-23 01:17:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-23 01:17:02 +0000
commit115dfbb7056bb00bad957e0a2a8570ed6d4468c0 (patch)
tree7a714805cf187a138847f52f0b58ec37c840aac1 /devel/styx/Makefile
parent7db36f07188faaf4f9e3cc47f7091434ddd29710 (diff)
Notes
Diffstat (limited to 'devel/styx/Makefile')
-rw-r--r--devel/styx/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/styx/Makefile b/devel/styx/Makefile
index 4196ac5b5d7b..0cde51393673 100644
--- a/devel/styx/Makefile
+++ b/devel/styx/Makefile
@@ -7,18 +7,15 @@
#
PORTNAME= styx
-PORTVERSION= 1.5.1
-PORTREVISION= 1
+PORTVERSION= 1.6.1
+PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= http://www.speculate.de/styx/
MAINTAINER= ports@FreeBSD.org
COMMENT= A scanner/parser generator
-BROKEN= "Checksum mismatch"
-
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
+USE_ICONV= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
@@ -37,9 +34,6 @@ post-install:
${TAR} -C ${WRKSRC} \
--exclude "*.in" --exclude "*Makefile*" -cf - spe pat | \
${TAR} -C ${EXAMPLESDIR} --unlink -xf -
- ${TAR} -C ${WRKSRC}/tutorial \
- --exclude "*.in" --exclude "*Makefile*" -cf - . | \
- ${TAR} -C ${EXAMPLESDIR} --unlink -xf -
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif