From 17c487dfa3fc183eaa6adc2be52993d1daaad38c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 22 Jun 2014 21:17:27 +0000 Subject: [PATCH] - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Approved by: portmgr blanket --- textproc/xmlroff/Makefile | 11 +++++------ textproc/xmlroff/pkg-plist | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index fc61cea77d42..ce02b557d022 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -3,21 +3,20 @@ PORTNAME= xmlroff PORTVERSION= 0.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://xmlroff.org/download/ MAINTAINER= hrs@FreeBSD.org COMMENT= XSL formatter that produces PDF and PostScript -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo -USE_AUTOTOOLS= libtool -USES= gmake pkgconfig -USE_GNOME= gnomehack libgnomeprint libxslt \ +USES= gmake libtool pkgconfig pathfix +USE_GNOME= libgnomeprint libxslt \ libxml2 gtk20 glib20 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/textproc/xmlroff/pkg-plist b/textproc/xmlroff/pkg-plist index 4bce6efb1f96..72e292c4a613 100644 --- a/textproc/xmlroff/pkg-plist +++ b/textproc/xmlroff/pkg-plist @@ -40,9 +40,9 @@ include/libfo-0.6/libfo/libfo-features.h include/libfo-0.6/libfo/libfo-version.h include/libfo-0.6/libfo/libfo-compat.h lib/libfo-0.6.a -lib/libfo-0.6.la lib/libfo-0.6.so -lib/libfo-0.6.so.602 +lib/libfo-0.6.so.0 +lib/libfo-0.6.so.0.602.0 libdata/pkgconfig/libfo-0.6.pc %%DOCSDIR%%/FoArea.html %%DOCSDIR%%/FoAreaArea.html