From fecee1cb75d99bbb220d649e5a1537174e7fe5a3 Mon Sep 17 00:00:00 2001 From: ashish Date: Fri, 27 Jun 2014 12:56:42 +0000 Subject: - Properly remove references to deprecated emacs versions, and unbreak INDEX Approved by: portmgr (bapt) --- devel/eieio/Makefile | 4 ---- devel/semantic/Makefile | 4 ---- 2 files changed, 8 deletions(-) (limited to 'devel') diff --git a/devel/eieio/Makefile b/devel/eieio/Makefile index 47928b1dc40c..13dfddcd1274 100644 --- a/devel/eieio/Makefile +++ b/devel/eieio/Makefile @@ -16,10 +16,6 @@ COMMENT= Enhanced Integration of Emacs Interpreted Objects USE_EMACS= yes -.if ${EMACS_PORT_NAME} != "emacs21" -PORTNAMESUFFIX= ${PKGNAMESUFFIX} -.endif - BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/speedbar/speedbar.el:${PORTSDIR}/editors/speedbar${PORTNAMESUFFIX} USES= gmake diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile index 3b4b79f00aca..8559e582b8fb 100644 --- a/devel/semantic/Makefile +++ b/devel/semantic/Makefile @@ -16,10 +16,6 @@ COMMENT= Lexer, parser-generator, and parser for Emacs USE_EMACS= yes -.if ${EMACS_PORT_NAME} != "emacs21" -PORTNAMESUFFIX= ${PKGNAMESUFFIX} -.endif - BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/eieio/eieio.el:${PORTSDIR}/devel/eieio${PORTNAMESUFFIX} \ ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/speedbar/speedbar.el:${PORTSDIR}/editors/speedbar${PORTNAMESUFFIX} RUN_DEPENDS:= ${BUILD_DEPENDS} -- cgit