[Midnightbsd-cvs] mports [18239] trunk/editors/xemacs/Makefile: get rid of make error

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 18 18:20:25 EDT 2015


Revision: 18239
          http://svnweb.midnightbsd.org/mports/?rev=18239
Author:   laffer1
Date:     2015-03-18 18:20:24 -0400 (Wed, 18 Mar 2015)
Log Message:
-----------
get rid of make error

Modified Paths:
--------------
    trunk/editors/xemacs/Makefile

Modified: trunk/editors/xemacs/Makefile
===================================================================
--- trunk/editors/xemacs/Makefile	2015-03-18 22:16:52 UTC (rev 18238)
+++ trunk/editors/xemacs/Makefile	2015-03-18 22:20:24 UTC (rev 18239)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xemacs
 PORTVERSION=	${XEMACS_VER}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_XEMACS}
 MASTER_SITE_SUBDIR=	xemacs-${XEMACS_REL}
@@ -11,22 +11,21 @@
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT=	This port tracks the stable version of the XEmacs text editor
+
 LICENSE=	gpl2
 
 CONFLICTS=	emacs-19.* emacs-21.* \
 		xemacs-devel-[0-9]* 
 
-MAKE_JOBS_SAFE=	yes
-
 XEMACS_REL=	21.4
 XEMACS_VER=	21.4.22
 XEMACS_ARCH=	${CONFIGURE_TARGET}
 
-USE_BZIP2=	yes
 USE_CSTD=	gnu89
 WANT_GNOME=	yes
 STRIP=
-USES=	autoconf213
+USES=		tar:bzip2
+USE_AUTOTOOLS=	autoconf213
 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd
 
 CONFIGURE_ARGS?=--with-clash-detection \



More information about the Midnightbsd-cvs mailing list