diff options
author | wiz <wiz> | 2002-10-09 18:42:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 18:42:55 +0000 |
commit | b8d960331ea3f497bddaacd8d367284c52d6dbdb (patch) | |
tree | 0a609efc2a2ba267889fa2c327ec3ab2cab3fc3b /graphics/jhead | |
parent | a40080a6f2e37a81b9bd6a31f00b0b35c6363adb (diff) | |
download | pkgsrc-b8d960331ea3f497bddaacd8d367284c52d6dbdb.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'graphics/jhead')
-rw-r--r-- | graphics/jhead/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 6385ffd2745..616cf77624d 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/08/07 12:47:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/09 18:45:16 wiz Exp $ # DISTNAME= jhead-1.8 @@ -9,7 +9,9 @@ MAINTAINER= veego@netbsd.org HOMEPAGE= http://www.sentex.net/~mwandel/jhead/ COMMENT= Extract EXIF header from JPEG image -LIBS= -lm -L${BUILDLINK_DIR}/lib -Wl,-R${LOCALBASE}/lib -ljpeg +LIBS= -lm -L${BUILDLINK_PREFIX.jpeg}/lib -Wl,-R${BUILDLINK_PREFIX.jpeg}/lib -ljpeg + +USE_BUILDLINK2= yes do-build: cd ${WRKSRC} && \ @@ -20,5 +22,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/usage.html ${PREFIX}/share/doc/html/jhead -.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/jpeg/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |