mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
db4ea54250
commit
1442495988
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363368
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= poppler
|
||||
PORTVERSION= 0.12.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \
|
||||
http://launchpadlibrarian.net/30270080/ \
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
|
||||
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake libtool pkgconfig
|
||||
USE_GNOME= atk pygtk2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/poppler.la
|
||||
%%PYTHON_SITELIBDIR%%/poppler.so
|
||||
|
Loading…
Reference in New Issue
Block a user