diff options
author | shige <shige@FreeBSD.org> | 1999-02-27 02:56:07 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-02-27 02:56:07 +0800 |
commit | bfe2aa7a17b15a962ad1f8032e0940b59addd9f5 (patch) | |
tree | 2e9da28af7f29da747bfb86a148b2c7ad7fa535b /editors | |
parent | cee102ced13c0546b326b646e35d920c1f0f0f6f (diff) | |
download | freebsd-ports-gnome-bfe2aa7a17b15a962ad1f8032e0940b59addd9f5.tar.gz freebsd-ports-gnome-bfe2aa7a17b15a962ad1f8032e0940b59addd9f5.tar.zst freebsd-ports-gnome-bfe2aa7a17b15a962ad1f8032e0940b59addd9f5.zip |
Fix a problem of checking emacs in the configure phase.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/psgml-emacs/Makefile | 3 | ||||
-rw-r--r-- | editors/psgml/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile index 78e48596b939..206894d28c1c 100644 --- a/editors/psgml-emacs/Makefile +++ b/editors/psgml-emacs/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: 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: |