svn commit: r380840 - head/editors/emacs

Ashish SHUKLA ashish at FreeBSD.org
Mon Mar 9 09:04:18 UTC 2015


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}


More information about the svn-ports-head mailing list