From 20abb0ec6314db37196a4dd9f357ea00725c53bc Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 24 Apr 2003 03:35:14 +0000 Subject: This packages doesn't reference any jpeg library functions, so remove all references to graphics/jpeg. --- graphics/jhead/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'graphics/jhead') diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index f4012d08cf1..dae78202cde 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/04/23 06:01:29 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/04/24 03:35:14 simonb Exp $ # DISTNAME= jhead-2.0 @@ -9,13 +9,8 @@ MAINTAINER= veego@netbsd.org HOMEPAGE= http://www.sentex.net/~mwandel/jhead/ COMMENT= Extract EXIF header from JPEG image -LIBS= -lm -L${BUILDLINK_PREFIX.jpeg}/lib -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.jpeg}/lib -ljpeg - -USE_BUILDLINK2= yes - do-build: - cd ${WRKSRC} && \ - ${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c ${LIBS} + cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c -lm ${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz do-install: @@ -24,5 +19,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/usage.html ${PREFIX}/share/doc/html/jhead -.include "../../graphics/jpeg/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3