diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-08-19 01:40:22 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-08-19 01:40:22 +0000 |
commit | b61bb537d93afdd669988b2e4a367b1b7ca1f943 (patch) | |
tree | c0300a03ccb2543bee1db5676997c2e4c39bd010 /japanese/sj3-lib/Makefile | |
parent | - Fix plist when $XMLPARSER_SJIS is supplied. (diff) |
Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT.
Notes
Notes:
svn path=/head/; revision=116640
Diffstat (limited to 'japanese/sj3-lib/Makefile')
-rw-r--r-- | japanese/sj3-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/sj3-lib/Makefile b/japanese/sj3-lib/Makefile index fc8d931f6186..8af119c87d52 100644 --- a/japanese/sj3-lib/Makefile +++ b/japanese/sj3-lib/Makefile @@ -18,7 +18,7 @@ PATCHFILES= ${PORTNAME}-patches-20040724.bz2 MAINTAINER= hiroo+freebsd@oikumene.gcd.org COMMENT= A Japanese input method -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 +BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} MAN1= sj3.1 sj3dic.1 sj3mkdic.1 sj3serv.1 MANLANG= ja |