diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 05:52:15 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-08 05:52:15 +0000 |
commit | 196f2e73b2c02e8165371cadab3f0339c636073f (patch) | |
tree | 28045440425dcfca5254eb7473cc76cff45c56f6 /japanese | |
parent | 18c2edb47c4bb863dd128c15cbac348a1462fb68 (diff) | |
download | ports-196f2e73b2c02e8165371cadab3f0339c636073f.tar.gz ports-196f2e73b2c02e8165371cadab3f0339c636073f.zip |
Fix $LATEST_NAME conflict.
Reported by: kris
Notes
Notes:
svn path=/head/; revision=103267
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gd1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile index b5336deb424d..181911b1cfb7 100644 --- a/japanese/gd1/Makefile +++ b/japanese/gd1/Makefile @@ -12,6 +12,7 @@ COMMENT= A graphics library for fast image creation with Japanese support MASTERDIR= ${.CURDIR}/../../graphics/gd1 +LATEST_LINK= ja-gd1 CPPFLAGS+= -DJISX0208 .include "${MASTERDIR}/Makefile" |