diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 11:55:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 11:55:53 +0000 |
commit | 5a4c9accffc31c24f7113a92bc77fec41f561363 (patch) | |
tree | 79db5f26fde92cc3f47718415a84631b40cd12b9 /graphics/php3-gd | |
parent | 325911ed63f9947af4f0c046c8d2df58ae5be4d5 (diff) | |
download | pkgsrc-5a4c9accffc31c24f7113a92bc77fec41f561363.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'graphics/php3-gd')
-rw-r--r-- | graphics/php3-gd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/php3-gd/Makefile b/graphics/php3-gd/Makefile index d7975cba2d4..ab3670f5f8c 100644 --- a/graphics/php3-gd/Makefile +++ b/graphics/php3-gd/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2002/03/13 17:37:15 fredb Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/09 11:55:54 wiz Exp $ MODNAME= gd CATEGORIES+= graphics PKGREVISION= 1 COMMENT= PHP3 extension for GD graphics library -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes .include "../../www/php3/Makefile.module" @@ -17,5 +17,5 @@ PLIST_SRC+= ${.CURDIR}/PLIST.extras post-install: ${INSTALL_SCRIPT} ${WRKSRC}/extra/gd/bdf2gdfont ${PREFIX}/bin -.include "../../graphics/gd/buildlink.mk" +.include "../../graphics/gd/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |