diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 10:45:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 10:45:05 +0000 |
commit | 65d20699b6b419a0153ba8b248a2aed9080f5f82 (patch) | |
tree | 3b89005bd1f77b644de91c64a5c7e54d799a5296 /textproc | |
parent | 52914847193e694b3fc1dd034fd97aa27019e941 (diff) | |
download | ports-65d20699b6b419a0153ba8b248a2aed9080f5f82.tar.gz ports-65d20699b6b419a0153ba8b248a2aed9080f5f82.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ctpl/Makefile | 3 | ||||
-rw-r--r-- | textproc/ctpl/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ctpl/Makefile b/textproc/ctpl/Makefile index e97030d3ebc9..3cd42c96a2a7 100644 --- a/textproc/ctpl/Makefile +++ b/textproc/ctpl/Makefile @@ -2,6 +2,7 @@ PORTNAME= ctpl PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= textproc devel MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/ @@ -10,7 +11,7 @@ COMMENT= C Template (Parser) Library GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/textproc/ctpl/pkg-plist b/textproc/ctpl/pkg-plist index dd829d9fca47..690654ccbf2b 100644 --- a/textproc/ctpl/pkg-plist +++ b/textproc/ctpl/pkg-plist @@ -12,9 +12,9 @@ include/ctpl/ctpl-value.h include/ctpl/ctpl-version.h include/ctpl/ctpl.h lib/libctpl.a -lib/libctpl.la lib/libctpl.so -lib/libctpl.so.4 +lib/libctpl.so.2 +lib/libctpl.so.2.2.1 libdata/pkgconfig/ctpl.pc man/man1/ctpl.1.gz share/gtk-doc/html/ctpl/annotation-glossary.html |