diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-13 00:23:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-13 00:23:38 +0000 |
commit | a22fb8e6bc5d38c11b63401b12f89eb16018c48a (patch) | |
tree | eab0d875117c709c1f038e057889b67cbe2ec5b7 /japanese | |
parent | Add the virtual category "pear" to the Makefiles of these ports. (diff) |
Hardcode PKGNAMEPREFIX.
This is because both ports/japanese/Makefile.inc and
ports/graphics/ruby-ming are trying to set it.
Noticed by: Subject: INDEX build failed
Notes
Notes:
svn path=/head/; revision=93851
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ruby-ming/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/ruby-ming/Makefile b/japanese/ruby-ming/Makefile index 89b125ded312..9dde24f84a9b 100644 --- a/japanese/ruby-ming/Makefile +++ b/japanese/ruby-ming/Makefile @@ -14,3 +14,5 @@ LIB_DEPENDS= ming.3:${PORTSDIR}/japanese/ming MASTERDIR= ${.CURDIR}/../../graphics/ruby-ming .include "${MASTERDIR}/Makefile" + +PKGNAMEPREFIX= ja-ruby- |