diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-06 21:09:57 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-06 21:09:57 +0000 |
commit | 01655bece5643ba3318fbd538699e4d303979d06 (patch) | |
tree | cead33629704b68d878d3d02604a96cf844a9be3 /x11/xmore/Makefile | |
parent | 8418947fed93d9e4a03931b827a01663ca2f0789 (diff) |
x11/xmore: Update to 1.0.3
Update x11/xmore to 1.0.3
Add license information
Fix dependencies.
This is a maintenance release
Changelog:
https://lists.x.org/archives/xorg/2019-March/059638.html
PR: 236306 (based on)
Submitted by: Samy Mahmoudi
Notes
Notes:
svn path=/head/; revision=494840
Diffstat (limited to 'x11/xmore/Makefile')
-rw-r--r-- | x11/xmore/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xmore/Makefile b/x11/xmore/Makefile index b2c131b759b5..36e45e111b36 100644 --- a/x11/xmore/Makefile +++ b/x11/xmore/Makefile @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= xmore -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Plain text display program for X +LICENSE= MIT + XORG_CAT= app -USE_XORG= xt xaw xp xprintutil +USE_XORG= x11 xaw xt .include <bsd.port.mk> |