Fix PKGNAME missing ${RUBY_PKGPREFIX} from Aug. 2008, sigh.
This commit is contained in:
parent
a7b9073e4e
commit
61c34c8b38
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue