diff options
author | shige <shige@FreeBSD.org> | 1999-09-10 21:09:44 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-09-10 21:09:44 +0000 |
commit | 5f9a4d912a12b3229c2f94e5968ace82181eb040 (patch) | |
tree | 2b623f6a67e2e4be555ba8ec518401a1b9246f95 /editors/psgml-xemacs21-mule/Makefile | |
parent | 72f36df6bab561c35447df129e7b1ea9c9359c27 (diff) | |
download | FreeBSD-ports-5f9a4d912a12b3229c2f94e5968ace82181eb040.zip FreeBSD-ports-5f9a4d912a12b3229c2f94e5968ace82181eb040.tar.gz |
Fix for xemacs-mule-21.1.6.
Diffstat (limited to 'editors/psgml-xemacs21-mule/Makefile')
-rw-r--r-- | editors/psgml-xemacs21-mule/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile index 7c0c789..1a68983 100644 --- a/editors/psgml-xemacs21-mule/Makefile +++ b/editors/psgml-xemacs21-mule/Makefile @@ -17,12 +17,11 @@ MASTERDIR= ${.CURDIR}/../psgml-emacs EMACS_NAME= xemacs EMACS_PORT= xemacs-mule EMACS_VER= 21.1.6 -EMACS_LIBDIR= lib/xemacs-21.1.6 +EMACS_LIBDIR= lib/xemacs # pkg/* files are used in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg HAVE_COMMON_PORT= YES -REQUIRE_SETUPEL= YES .include <${MASTERDIR}/Makefile> |