forked from Lainports/freebsd-ports
- 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
This commit is contained in:
parent
5291484719
commit
65d20699b6
3 changed files with 5 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= geany-plugin-gendoc
|
||||
PORTVERSION= ${GEANY_VER}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue