From 2f715e23b982413d6511ba836680ec14a7187c99 Mon Sep 17 00:00:00 2001 From: ashish Date: Mon, 9 Mar 2015 09:04:17 +0000 Subject: - Add CPE information PR: 198238 Submitted by: shun --- editors/emacs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 733b09521345..7b9a1a8e1b4c 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -26,11 +26,12 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ 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} -- cgit