diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:50:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:50:36 +0800 |
commit | 6f78af1c650095ec223f3793b2158c6d7177a475 (patch) | |
tree | fc76049ec4e7908b941001c456026860256369ee /graphics/poppler | |
parent | 2e948a4e2c1cda671963d1c109c0fa18e1b2448d (diff) | |
download | marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.gz marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.bz2 marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.lz marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.xz marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.zst marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5752 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/Makefile | 5 | ||||
-rw-r--r-- | graphics/poppler/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 29856204b..c553f1e4c 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,11 +3,12 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.18 2006/01/13 03:13:04 ahze Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.19 2006/01/13 03:17:43 ahze Exp $ # PORTNAME= poppler PORTVERSION= 0.5.0 +PORTREVISION?= 1 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ @@ -19,7 +20,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo CONFLICTS= xpdf-[0-9]* USE_GMAKE= yes USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-zlib \ diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist index 31f22a660..c9ec33e00 100644 --- a/graphics/poppler/pkg-plist +++ b/graphics/poppler/pkg-plist @@ -91,6 +91,7 @@ include/poppler/splash/SplashTypes.h include/poppler/splash/SplashXPath.h include/poppler/splash/SplashXPathScanner.h lib/libpoppler.a +lib/libpoppler.la lib/libpoppler.so lib/libpoppler.so.0 libdata/pkgconfig/poppler-cairo.pc |