diff options
author | araujo <araujo@FreeBSD.org> | 2012-10-15 16:58:10 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2012-10-15 16:58:10 +0800 |
commit | e55b3d994d0256268e86dfd44f9b9c6eb3a02f92 (patch) | |
tree | 37ebc7a17ebe368f3705d42565211825000d2555 /graphics | |
parent | d0a75ad56cde8364278ee9c1b83238da01ab2469 (diff) | |
download | freebsd-ports-gnome-e55b3d994d0256268e86dfd44f9b9c6eb3a02f92.tar.gz freebsd-ports-gnome-e55b3d994d0256268e86dfd44f9b9c6eb3a02f92.tar.zst freebsd-ports-gnome-e55b3d994d0256268e86dfd44f9b9c6eb3a02f92.zip |
- Rollback to the revision r301663.
- It is necessary to keep the freetype2 path header, or it cannot build the xpdf file.
- BUMP PORTREVISION.
PR: ports/172664 [1], ports/172634 [2]
Submitted by: Helge Oldach <ports-xpdf-oct12@oldach.net> [1]
Oliver Hartmann <ohartman@zedat.fu-berlin.de> [2]
Approved by: beat (portmgr)
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 5 | ||||
-rw-r--r-- | graphics/xpdf/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 6c0979781ad4..36b3c042118d 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 3.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} @@ -19,7 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-opi \ --with-freetype2-library="${LOCALBASE}/lib" \ - --with-freetype2-includes="${LOCALBASE}/include/" \ + --with-freetype2-includes="${LOCALBASE}/include/freetype2" \ --bindir="${PREFIX}/libexec/xpdf" OPTIONS= LIBPAPER "Enable libpaper" off \ @@ -60,6 +60,7 @@ PLIST_SUB+= X11="@comment " .else CONFIGURE_ARGS+= --with-x USE_MOTIF= yes +MAN1+= xpdf.1 PLIST_SUB+= X11="" .endif diff --git a/graphics/xpdf/pkg-plist b/graphics/xpdf/pkg-plist index 0facddf39581..7bea4b401b3a 100644 --- a/graphics/xpdf/pkg-plist +++ b/graphics/xpdf/pkg-plist @@ -5,6 +5,7 @@ libexec/xpdf/pdfdetach libexec/xpdf/pdftoppm libexec/xpdf/pdftops libexec/xpdf/pdftotext +libexec/xpdf/xpdf %%X11%%bin/xpdf etc/xpdfrc %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE |