diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-02-26 18:56:07 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-02-26 18:56:07 +0000 |
commit | ca846b21ef727d4c04b9a03bd905961829c28f08 (patch) | |
tree | 0388653c33f8221bbb819cea3c5456a63720b89f /editors/psgml | |
parent | 53edbcf7a0b402f0546136d26f17328e4890f175 (diff) | |
download | ports-ca846b21ef727d4c04b9a03bd905961829c28f08.tar.gz ports-ca846b21ef727d4c04b9a03bd905961829c28f08.zip |
Notes
Diffstat (limited to 'editors/psgml')
-rw-r--r-- | editors/psgml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 78e48596b939..206894d28c1c 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1999 # Whom: shige # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/02/12 14:43:41 kuriyama Exp $ # DISTNAME= psgml-1.1.6 @@ -66,7 +66,6 @@ PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} # main configurations # GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-emacs="${EMACS_CMD}" RUN_DEPENDS+= ${CATALOG}:${PORTSDIR}/textproc/dtd-catalogs pre-configure: |