diff options
author | salo <salo> | 2003-10-14 12:31:18 +0000 |
---|---|---|
committer | salo <salo> | 2003-10-14 12:31:18 +0000 |
commit | c72d6e3f95e9e1485700ccd62b6b24e098e2681a (patch) | |
tree | 86a1a21eea79c0008e494982ebba16d8c5d7892e /graphics/exif/Makefile | |
parent | f464de1142335e74a1574fd8330b0049a170decf (diff) | |
download | pkgsrc-c72d6e3f95e9e1485700ccd62b6b24e098e2681a.tar.gz |
USE_BUILDLINK2. (ugh, how this could ever worked..)
Should fix the breakage seen in the latest hubertf's bulk-build.
Diffstat (limited to 'graphics/exif/Makefile')
-rw-r--r-- | graphics/exif/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index edbe83e690a..46d6a6e6c2a 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/14 12:31:18 salo Exp $ # DISTNAME= exif-0.6 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} @@ -12,10 +13,14 @@ COMMENT= Grab Exif information from digital camera images DEPENDS+= popt>=1.7:../../devel/popt HAS_CONFIGURE= YES +USE_BUILDLINK2= YES -CONFIGURE_ARGS+=--with-popt-prefix=${PREFIX} --prefix=${PREFIX} +CONFIGURE_ARGS+= --with-popt-prefix=${PREFIX} \ + --prefix=${PREFIX} .include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink2.mk" .include "../../devel/popt/buildlink2.mk" .include "../../graphics/libexif/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |