diff options
author | tron <tron@pkgsrc.org> | 1999-06-29 07:48:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-29 07:48:21 +0000 |
commit | 583e36ac40a72efdd11c792d8f629e15949605ab (patch) | |
tree | 2cdcbe79e2e548c384f3204c47c5ea1f7449d6d4 /editors/xemacs/Makefile | |
parent | 15e519c4789eed6c41fecd88694946319cd05922 (diff) | |
download | pkgsrc-583e36ac40a72efdd11c792d8f629e15949605ab.tar.gz |
Mark this package as not ready yet.
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 10 |
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> |