- remove stupid collision between the 2 subpackages, tsk tsk...
- fix LIB_DEPENDS - regen PLIST and WANTLIB while here
This commit is contained in:
parent
6f32a486fe
commit
752755ad7a
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2008/12/26 10:54:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2009/01/12 15:46:20 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= XSLT C Library for GNOME
|
||||
COMMENT-python= Python bindings for libxslt
|
||||
|
||||
VERSION= 1.1.24
|
||||
DISTNAME= libxslt-${VERSION}
|
||||
PKGNAME-main= libxslt-${VERSION}p0
|
||||
PKGNAME-main= libxslt-${VERSION}p1
|
||||
PKGNAME-python= py-libxslt-${VERSION}
|
||||
SHARED_LIBS= exslt 9.7 \
|
||||
xslt 3.7
|
||||
@ -33,7 +33,8 @@ FLAVOR?=
|
||||
MULTI_PACKAGES= -main
|
||||
|
||||
WANTLIB-main= ${WANTLIB} c
|
||||
LIB_DEPENDS-main= xml2.>=9:libxml->=2.6.27:textproc/libxml \
|
||||
LIB_DEPENDS-main= ${MODGETTEXT_LIB_DEPENDS} \
|
||||
xml2.>=9:libxml->=2.6.27:textproc/libxml \
|
||||
gcrypt.>=12::security/libgcrypt
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1 2008/12/26 10:54:21 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2009/01/12 15:46:20 ajacoutot Exp $
|
||||
@pkgpath textproc/libxslt
|
||||
%%SHARED%%
|
||||
bin/xslt-config
|
||||
@ -32,10 +32,8 @@ lib/libexslt.a
|
||||
lib/libexslt.la
|
||||
lib/libxslt.a
|
||||
lib/libxslt.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libexslt.pc
|
||||
lib/pkgconfig/libxslt.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/libxsltmod.so
|
||||
lib/xsltConf.sh
|
||||
@man man/man1/xsltproc.1
|
||||
@man man/man3/libexslt.3
|
||||
|
Loading…
Reference in New Issue
Block a user