summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authortron <tron>1999-06-29 07:48:21 +0000
committertron <tron>1999-06-29 07:48:21 +0000
commit858ccb20826887769405a9a4d396af89e8e5fbdb (patch)
tree2cdcbe79e2e548c384f3204c47c5ea1f7449d6d4 /editors/xemacs
parent63fa7a20b5a900c19ef3091a5377d5b7db81263b (diff)
downloadpkgsrc-858ccb20826887769405a9a4d396af89e8e5fbdb.tar.gz
Mark this package as not ready yet.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 4421c48395b..c052b1d1374 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -20,9 +20,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}
MAINTAINER= me@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.3:${PORTSDIR}/graphics/png
+#LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
+# jpeg.9:${PORTSDIR}/graphics/jpeg \
+# png.3:${PORTSDIR}/graphics/png
XEMACS_VER= 21.1-p2
DIST_SUBDIR= xemacs
@@ -91,4 +91,6 @@ post-install:
@if [ ! -d ${PREFIX}/etc/rc.d ]; then ${MKDIR} ${PREFIX}/etc/rc.d; fi
${INSTALL_SCRIPT} ${FILESDIR}/xemacs21.sh ${PREFIX}/etc/rc.d
-.include <bsd.port.mk>
+IGNORE= package is not ready yet
+
+.include <../../mk/bsd.pkg.mk>