diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2015-02-13 13:48:56 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2015-02-13 13:48:56 +0000 |
commit | 6233e6bbcb9981113d0303e7da175c3d4be54605 (patch) | |
tree | 63bd89d2ef110bd6926510ce1e490e6d42966aef /print | |
parent | 60f122cae1782855a9cd162482ea4a53f70277a6 (diff) | |
download | ports-6233e6bbcb9981113d0303e7da175c3d4be54605.tar.gz ports-6233e6bbcb9981113d0303e7da175c3d4be54605.zip |
- Add security/linux-c6-nss to dependencies
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=378929
Diffstat (limited to 'print')
-rw-r--r-- | print/foxitreader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/foxitreader/Makefile b/print/foxitreader/Makefile index 005151dcf981..c81a6bde66a1 100644 --- a/print/foxitreader/Makefile +++ b/print/foxitreader/Makefile @@ -3,7 +3,7 @@ PORTNAME= foxitreader PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://cdn04.foxitsoftware.com/pub/foxit/%SUBDIR%/:reader,manual MASTER_SITE_SUBDIR= reader/desktop/linux/1.x/${PORTVERSION:R}/enu/:reader \ @@ -26,7 +26,7 @@ OPTIONS_SUB= yes USES= gettext tar:bzip2 USE_LINUX= yes -USE_LINUX_APPS= avahi-libs cups-libs dbuslibs gtk2 +USE_LINUX_APPS= avahi-libs cups-libs dbuslibs gtk2 nss WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release |