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/latte | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Notes
Diffstat (limited to 'textproc/latte')
-rw-r--r-- | textproc/latte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 08682e2e996e..1b75ac023138 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -7,14 +7,14 @@ PORTNAME= latte PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.latte.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple language for marking up text in a very expressive way -USE_BISON= yes +USE_BISON= build USE_GETOPT_LONG=yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf:213 libtool:15 |