Date: Fri, 27 Sep 2019 10:07:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513019 - head/editors/asedit Message-ID: <201909271007.x8RA7IVH018235@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271007.x8RA7IVH018235>