diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-12-31 14:10:36 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-12-31 14:10:36 +0000 |
commit | d52a02ffa946f82b20f1ff8def3709bb08567e77 (patch) | |
tree | 048c471f1c0842bc3647dbbf6904302bfab074eb /graphics/zathura-cb/Makefile | |
parent | 11b0092b7d322a1d5bd631e71b51dd7b1cfc2500 (diff) | |
download | ports-d52a02ffa946f82b20f1ff8def3709bb08567e77.tar.gz ports-d52a02ffa946f82b20f1ff8def3709bb08567e77.zip |
Notes
Diffstat (limited to 'graphics/zathura-cb/Makefile')
-rw-r--r-- | graphics/zathura-cb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile index 1fb68aa8f16d..8d5a4a6d1bd3 100644 --- a/graphics/zathura-cb/Makefile +++ b/graphics/zathura-cb/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zathura-cb -PORTVERSION= 0.1.4 -PORTREVISION= 2 +PORTVERSION= 0.1.5 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-cb/download/ @@ -19,7 +18,7 @@ RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura PLIST_FILES= lib/zathura/cb.so share/applications/zathura-cb.desktop -USES= desktop-file-utils gmake pkgconfig libarchive +USES= compiler:c11 desktop-file-utils gmake pkgconfig libarchive USE_GNOME= glib20 gtk30 USE_OPENSSL= yes |