summaryrefslogtreecommitdiff
path: root/graphics/resize_image
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-21 04:46:44 +0000
committersnj <snj@pkgsrc.org>2004-04-21 04:46:44 +0000
commit9a61342102bb024c2672fafe31fded74b5ffb835 (patch)
tree7ebc4d9ecc259a5f6db9da49723ca7a1cce8f19f /graphics/resize_image
parent83da6694747431ecdf678ef7d52240593395dc8d (diff)
downloadpkgsrc-9a61342102bb024c2672fafe31fded74b5ffb835.tar.gz
Convert to buildlink3.
Diffstat (limited to 'graphics/resize_image')
-rw-r--r--graphics/resize_image/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/resize_image/Makefile b/graphics/resize_image/Makefile
index 38e95083537..0caf4e142c4 100644
--- a/graphics/resize_image/Makefile
+++ b/graphics/resize_image/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/24 15:46:44 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/21 04:52:54 snj Exp $
#
DISTNAME= resize_image-0.6
@@ -9,12 +9,12 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://lab.erasme.org/resize_image/
COMMENT= Fast image resizing tool
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
CFLAGS+= -DUNIX
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/resize_image ${PREFIX}/bin
-.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"