svn commit: r513019 - head/editors/asedit

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 27 10:07:19 UTC 2019


Author: bapt
Date: Fri Sep 27 10:07:18 2019
New Revision: 513019
URL: https://svnweb.freebsd.org/changeset/ports/513019

Log:
  Remove dependency on libXp which is not needed

Modified:
  head/editors/asedit/Makefile

Modified: head/editors/asedit/Makefile
==============================================================================
--- head/editors/asedit/Makefile	Fri Sep 27 10:02:13 2019	(r513018)
+++ head/editors/asedit/Makefile	Fri Sep 27 10:07:18 2019	(r513019)
@@ -3,15 +3,15 @@
 
 PORTNAME=	asedit
 PORTVERSION=	1.3.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	editors
 MASTER_SITES=	XCONTRIB/editors
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Text editor for X/Motif
 
-USES=		imake:notall motif tar:Z
-USE_XORG=	ice sm x11 xext xmu xp xt
+USES=		imake:notall motif tar:Z xorg
+USE_XORG=	ice sm x11 xext xmu xt
 
 PLIST_FILES=	bin/asedit \
 		lib/X11/app-defaults/Asedit \


More information about the svn-ports-all mailing list