aboutsummaryrefslogtreecommitdiff
path: root/print/xreader
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-31 13:06:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-31 13:06:27 +0000
commitf0e5981d876dd22e8bcca63bf62c6d727bbc2f61 (patch)
tree3573a2cbc569966dfc92babb4c8a9c27fd975b40 /print/xreader
parentf44f163564ef3e7773d4879f5e64c4ce0cbb1fea (diff)
downloadports-f0e5981d876dd22e8bcca63bf62c6d727bbc2f61.tar.gz
ports-f0e5981d876dd22e8bcca63bf62c6d727bbc2f61.zip
Unbreak INDEX
Notes
Notes: svn path=/head/; revision=559735
Diffstat (limited to 'print/xreader')
-rw-r--r--print/xreader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xreader/Makefile b/print/xreader/Makefile
index ab678c5f5f4c..30c71773eddc 100644
--- a/print/xreader/Makefile
+++ b/print/xreader/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xreader
PORTVERSION= 2.6.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MAINTAINER= danfe@FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE= GPLv2+
PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags
BUILD_DEPENDS= intltool-merge:textproc/intltool
-LIB_DEPENDS= libxapp.so:x11/xapps
+LIB_DEPENDS= libxapp.so:x11/xapp
USES= desktop-file-utils gettext-tools gnome meson pkgconfig xorg
USE_GITHUB= yes