diff options
author | taoka <taoka@FreeBSD.org> | 2000-09-18 10:05:45 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-09-18 10:05:45 +0800 |
commit | 2bfe31fd1bdb1c93b6d77d7911fe5b2ff5eabc00 (patch) | |
tree | faaf72c80d3994bdba110cd5e0ff2f04b1235c6e /print/yatex-xemacs/Makefile | |
parent | 7f215823c354043b73c54a070aa6259413facea9 (diff) | |
download | freebsd-ports-gnome-2bfe31fd1bdb1c93b6d77d7911fe5b2ff5eabc00.tar.gz freebsd-ports-gnome-2bfe31fd1bdb1c93b6d77d7911fe5b2ff5eabc00.tar.zst freebsd-ports-gnome-2bfe31fd1bdb1c93b6d77d7911fe5b2ff5eabc00.zip |
(1) Fixed a problem hunging up the package-making system on bento
Pointed out: asami
(2) Modified to use variables defined in Mk/bsd.emacs.mk as many as possible.
Diffstat (limited to 'print/yatex-xemacs/Makefile')
-rw-r--r-- | print/yatex-xemacs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile index a6d2245eefd7..0d6e9c346456 100644 --- a/print/yatex-xemacs/Makefile +++ b/print/yatex-xemacs/Makefile @@ -7,9 +7,8 @@ PKGNAMESUFFIX= -xemacs -XEMACS= yes - MASTERDIR= ${.CURDIR}/../yatex COMMENT= ${.CURDIR}/pkg/COMMENT +EMACS_PORT_NAME=xemacs21 .include "${MASTERDIR}/Makefile" |