diff options
author | taca <taca@pkgsrc.org> | 2009-12-02 15:47:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-12-02 15:47:48 +0000 |
commit | 41b1e40d087aa6f9afebf6ccff91f8af9db33138 (patch) | |
tree | 775611deb0a06121906c89dfa54739248eda5f97 /graphics | |
parent | c5e4421fb523ecfcbf03707ea493778d2db2fa84 (diff) | |
download | pkgsrc-41b1e40d087aa6f9afebf6ccff91f8af9db33138.tar.gz |
Fix PKGNAME missing ${RUBY_PKGPREFIX} from Aug. 2008, sigh.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 97af5765175..76a40a67fdf 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2009/08/26 19:57:49 sno Exp $ +# $NetBSD: Makefile,v 1.26 2009/12/02 15:47:48 taca Exp $ DISTNAME= ruby-gd-0.8.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= graphics @@ -21,7 +22,6 @@ CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_PREFIX.freetype2:Q} CONFIGURE_ARGS+= --enable-gd2_0 .include "../../misc/rubygems/rubygem.mk" - .include "../../graphics/freetype-lib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" |