diff options
author | shige <shige@FreeBSD.org> | 2000-01-21 20:36:48 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-21 20:36:48 +0800 |
commit | fa62972e22357992b431bdf5b7a3c9317d18b800 (patch) | |
tree | 06181986fdcd2e8075e9362225ac8c904d3d7acc /editors | |
parent | 97884b3e8466f5e8dc6c45cfb8d17b8360136b61 (diff) | |
download | freebsd-ports-gnome-fa62972e22357992b431bdf5b7a3c9317d18b800.tar.gz freebsd-ports-gnome-fa62972e22357992b431bdf5b7a3c9317d18b800.tar.zst freebsd-ports-gnome-fa62972e22357992b431bdf5b7a3c9317d18b800.zip |
Depend on editors/xemacs21-mule.
Approved by: maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/psgml-xemacs21-mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile index 3682a8e59256..9835b331f229 100644 --- a/editors/psgml-xemacs21-mule/Makefile +++ b/editors/psgml-xemacs21-mule/Makefile @@ -7,7 +7,6 @@ # MAINTAINER= kuriyama@FreeBSD.org -BROKEN= editors/xemacs-mule is removed. # This is a slave port. PORTCLASS= slave @@ -16,7 +15,8 @@ MASTERDIR= ${.CURDIR}/../psgml-emacs # emacs port setup EMACS_NAME= xemacs -EMACS_PORT= xemacs-mule +EMACS_PORT= xemacs21-mule +EMACS_CMD= ${PREFIX}/bin/${EMACS_PORT} EMACS_VER= 21.1.8 EMACS_LIBDIR= lib/xemacs |