summaryrefslogtreecommitdiff
path: root/graphics/jhead
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2003-04-24 03:35:14 +0000
committersimonb <simonb@pkgsrc.org>2003-04-24 03:35:14 +0000
commit20abb0ec6314db37196a4dd9f357ea00725c53bc (patch)
tree579046cabcf611f502a7cf12ddea425322fe2e81 /graphics/jhead
parent737b3024d79f97989a48f3dd0a9887468a668da0 (diff)
downloadpkgsrc-20abb0ec6314db37196a4dd9f357ea00725c53bc.tar.gz
This packages doesn't reference any jpeg library functions, so remove
all references to graphics/jpeg.
Diffstat (limited to 'graphics/jhead')
-rw-r--r--graphics/jhead/Makefile10
1 files changed, 2 insertions, 8 deletions
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"