diff options
author | mezz <mezz@FreeBSD.org> | 2007-09-05 05:44:22 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-09-05 05:44:22 +0800 |
commit | f067812ec3d829a64e0079411d8c9ea928c78b26 (patch) | |
tree | b02a6fca3880feaab54c54f1311a02d36296a2b0 /graphics | |
parent | e03602aff0d4083f16ec3e89692f929592166dec (diff) | |
download | freebsd-ports-gnome-f067812ec3d829a64e0079411d8c9ea928c78b26.tar.gz freebsd-ports-gnome-f067812ec3d829a64e0079411d8c9ea928c78b26.tar.zst freebsd-ports-gnome-f067812ec3d829a64e0079411d8c9ea928c78b26.zip |
- Fix the configure with PDF support that should fix the plist.
- Turn POPPLER_VERSION into a static number that should be still working when
poppler upgrades to 0.6.x.
- Bump the PORTREVISION.
Reported by: pointyhat via pav
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index d759183b5197..a9b6d6288c96 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -8,6 +8,7 @@ PORTNAME= evince PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -105,8 +106,9 @@ RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar \ .endif post-patch: - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; s|[$$]POPPLER_VERSION|9|g ; \ + s| poppler-glib <= [$$]POPPLER_MAX_REQUIRED||g' \ + ${WRKSRC}/configure post-install: @-update-desktop-database |