aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xedit/Makefile')
-rw-r--r--x11/xedit/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/xedit/Makefile b/x11/xedit/Makefile
index 7316b950ca19..87b1fd681f0d 100644
--- a/x11/xedit/Makefile
+++ b/x11/xedit/Makefile
@@ -2,12 +2,18 @@
PORTNAME= xedit
PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Simple text editor for X
-XORG_CAT= app
-USE_XORG= xt xaw7
+LICENSE= MIT BSD3CLAUSE
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= xorg-cat:app xorg
+
+USE_XORG= x11 xmu xt xaw7
.include <bsd.port.mk>