Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2015 09:04:18 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380840 - head/editors/emacs
Message-ID:  <201503090904.t2994Iwg093068@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Mon Mar  9 09:04:17 2015
New Revision: 380840
URL: https://svnweb.freebsd.org/changeset/ports/380840
QAT: https://qat.redports.org/buildarchive/r380840/

Log:
  - Add CPE information
  
  PR:		198238
  Submitted by:	shun <shun.fbsd.pr at dropcut dot net>

Modified:
  head/editors/emacs/Makefile

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Mon Mar  9 09:02:27 2015	(r380839)
+++ head/editors/emacs/Makefile	Mon Mar  9 09:04:17 2015	(r380840)
@@ -26,11 +26,12 @@ CONFLICTS=	emacs-19.* emacs21-[0-9]* ema
 
 EMACS_VER=	24.4
 GNU_CONFIGURE=	yes
-USES=		gmake makeinfo ncurses pkgconfig shebangfix tar:xz
+USES=		cpe gmake makeinfo ncurses pkgconfig shebangfix tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INFO_PATH=	${DATADIR_REL}/info
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+CPE_VENDOR=	gnu
 
 SUB_FILES=	pkg-install
 SUB_LIST+=	ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503090904.t2994Iwg093068>