diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 18:45:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 18:45:05 +0800 |
commit | e827990849c3b485afe4891ba15b5bc2e6649008 (patch) | |
tree | 3b89005bd1f77b644de91c64a5c7e54d799a5296 /textproc/ctpl | |
parent | 3f0f813b67ad4d5ca25225b7c528671b935c7985 (diff) | |
download | freebsd-ports-gnome-e827990849c3b485afe4891ba15b5bc2e6649008.tar.gz freebsd-ports-gnome-e827990849c3b485afe4891ba15b5bc2e6649008.tar.zst freebsd-ports-gnome-e827990849c3b485afe4891ba15b5bc2e6649008.zip |
- Convert textproc/ctpl to USES=libtool, drop .la files
- Bump dependent port (devel/geany-plugin-gendoc) as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'textproc/ctpl')
-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 |