diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /graphics/epdfview | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) | |
download | ports-59272d10178066cdfa1d1aea23c915a09473d798.tar.gz ports-59272d10178066cdfa1d1aea23c915a09473d798.zip |
Notes
Diffstat (limited to 'graphics/epdfview')
-rw-r--r-- | graphics/epdfview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 3ef4212d4341..cccc98e685e0 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -3,7 +3,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics print gnome MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ @@ -29,7 +29,7 @@ OPTIONS_DEFINE= CUPS NLS OPTIONS_SUB= yes CUPS_CONFIGURE_WITH= cups -CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client +CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups NLS_USES= gettext NLS_CPPFLAGS= -I${LOCALBASE}/include |