diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 08:30:08 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 08:30:08 +0000 |
commit | edcce1c87856572ea3dde76af57607eb200aa655 (patch) | |
tree | 655d1172299b451733f18e958c7bfd116f3c0329 /print/yatex | |
parent | cde5e15779909f74cd502f1e7e25224d9fe8e5cd (diff) | |
download | ports-edcce1c87856572ea3dde76af57607eb200aa655.tar.gz ports-edcce1c87856572ea3dde76af57607eb200aa655.zip |
Notes
Diffstat (limited to 'print/yatex')
-rw-r--r-- | print/yatex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index d677bd976f90..cd909f785709 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -16,7 +16,7 @@ MAINTAINER= taoka@FreeBSD.org WRKSRC= ${WRKDIR}/yatex${VERSION} .if defined(XEMACS-MULE) BUILD_DEPENDS= xemacs:${PORTSDIR}/japanese/xemacs21-canna \ - ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ + ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ nkf:${PORTSDIR}/japanese/nkf .endif PKGINSTALL= ${WRKDIR}/INSTALL |