diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-27 16:12:56 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-27 16:12:56 +0000 |
commit | d21fa637ba9a381757154357216b44be9c17774f (patch) | |
tree | 59da80e61594c95e51165c054364068cddcdd0ba /editors/psgml-emacs | |
parent | Upgrade to version 3.2 (diff) |
Delete dependency for textproc/dtd-catalos.
Notes
Notes:
svn path=/head/; revision=34298
Diffstat (limited to 'editors/psgml-emacs')
-rw-r--r-- | editors/psgml-emacs/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile index 957b12e08ce2..6b220e9f8765 100644 --- a/editors/psgml-emacs/Makefile +++ b/editors/psgml-emacs/Makefile @@ -16,7 +16,6 @@ MAINTAINER?= shige@FreeBSD.org # distfile version PSGML_VER= 1.2.1 PSGML_STARTUPEL= psgml-startup.el -CATALOG= ${LOCALBASE}/share/sgml/catalog SCRIPTS_ENV= TARGETS="${PSGML_STARTUPEL}" PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL} @@ -45,11 +44,6 @@ CONFIGURE_ENV= EMACS=${EMACS_CMD} @${FALSE} .endif -# -# DTD catalogs -# -RUN_DEPENDS+= ${CATALOG}:${PORTSDIR}/textproc/dtd-catalogs - pre-configure: (cd ${WRKSRC} ; \ for i in psgml.el psgml.texi ; do \ |