diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /textproc/carthage | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) | |
download | ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.tar.gz ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.zip |
Notes
Diffstat (limited to 'textproc/carthage')
-rw-r--r-- | textproc/carthage/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/carthage/Makefile b/textproc/carthage/Makefile index 6011da35dd19..338067394bce 100644 --- a/textproc/carthage/Makefile +++ b/textproc/carthage/Makefile @@ -7,7 +7,7 @@ PORTNAME= carthage PORTVERSION= 1.0 # No version information on WWW -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.tei-c.org/Software/carthage/ \ http://www.tei-c.org.uk/Software/carthage/ @@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A parser and clean-up tool for SGML DTDs -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison - +USE_BISON= build USE_ZIP= yes USE_GMAKE= yes ALL_TARGET= carthago |