diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-27 19:27:58 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-27 19:27:58 +0000 |
commit | e9c8720884d18c303155f5541e9c33589fa97734 (patch) | |
tree | b6b8facfd9dfc9c320584387ebf61ba91c044c5f /graphics | |
parent | da9402e164d207f4875fa30c8bc25e78d36b0cc2 (diff) | |
download | ports-e9c8720884d18c303155f5541e9c33589fa97734.tar.gz ports-e9c8720884d18c303155f5541e9c33589fa97734.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeginfo/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index 8556744fc24c..b96ab2b8cd97 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -10,15 +10,13 @@ MASTER_SITES= http://www.kokkonen.net/tjko/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -MAKE_ARGS= mandir=${MANPREFIX}/man +MAKE_ARGS= mandir=${MANPREFIX}/man INSTALL_ROOT=${STAGEDIR} -MAN1= jpeginfo.1 -PLIST_FILES= bin/jpeginfo +PLIST_FILES= bin/jpeginfo man/man1/jpeginfo.1.gz -NO_STAGE= yes .include <bsd.port.mk> |