diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /textproc/latte | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'textproc/latte')
-rw-r--r-- | textproc/latte/Makefile | 3 | ||||
-rw-r--r-- | textproc/latte/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index db3614df3c8f..5bd63704565f 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -7,6 +7,7 @@ PORTNAME= latte PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.latte.org/ \ ftp://ftp.brasslantern.com/pub/zanshin/latte/ @@ -17,7 +18,7 @@ COMMENT= Simple language for marking up text in a very expressive way USE_BISON= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:213 libtool:13:inc +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/textproc/latte/pkg-plist b/textproc/latte/pkg-plist index b6452600d509..7bd8dda559a4 100644 --- a/textproc/latte/pkg-plist +++ b/textproc/latte/pkg-plist @@ -19,6 +19,7 @@ include/latte/restorer.h include/latte/shdeque.h include/latte/shstring.h lib/liblatte.a +lib/liblatte.la lib/liblatte.so lib/liblatte.so.5 share/emacs/site-lisp/latte.el |