diff options
author | martin <martin@pkgsrc.org> | 2005-10-10 07:01:43 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2005-10-10 07:01:43 +0000 |
commit | ce7f7b310e65f21f05df78f2b4702339b75bb108 (patch) | |
tree | f942ca3c6dd08ada202533120de62eec6f994144 /chat | |
parent | cdbf04448a41b5be89ae912d736b8cc281521560 (diff) | |
download | pkgsrc-ce7f7b310e65f21f05df78f2b4702339b75bb108.tar.gz |
Remove spurious USE_XEMACS leftovers (this pkg uses the generic ELP
framework for some time now)
Diffstat (limited to 'chat')
-rw-r--r-- | chat/zenicb/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 8ef71bd70df..bd5d9ad7666 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/08/28 04:25:28 uebayasi Exp $ +# $NetBSD: Makefile,v 1.17 2005/10/10 07:01:43 martin Exp $ DISTNAME= zenicb-19981202 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -15,21 +15,8 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 -.if defined(USE_XEMACS) -MAKEFLAGS+= USE_XEMACS=${USE_XEMACS} -.include "../../editors/xemacs/Makefile.pkg" -.else -.endif - #PLIST_SUBST+= ELISPDIR=${ELISPDIR} -pre-configure: -.if defined(USE_XEMACS) - @${ECHO} "You have chosen Xemacs configuration." -.else - @${ECHO} "To install for Xemacs, set the environment variable USE_XEMACS." -.endif - do-build: do-install: |