diff options
Diffstat (limited to 'graphics/zathura-ps/Makefile')
-rw-r--r-- | graphics/zathura-ps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index b0076c096165..4f7001c9de71 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zathura-ps -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.2.3 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/ @@ -18,7 +17,7 @@ LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura -USES= desktop-file-utils gmake pkgconfig +USES= compiler:c11 desktop-file-utils gmake pkgconfig USE_GNOME= glib20 gtk30 USE_OPENSSL= yes |