pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/exif USE_BUILDLINK2. (ugh, how this could ev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad95cc002f06
branches:  trunk
changeset: 462813:ad95cc002f06
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Oct 14 12:31:18 2003 +0000

description:
USE_BUILDLINK2.  (ugh, how this could ever worked..)
Should fix the breakage seen in the latest hubertf's bulk-build.

diffstat:

 graphics/exif/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 5bf8909508c0 -r ad95cc002f06 graphics/exif/Makefile
--- a/graphics/exif/Makefile    Tue Oct 14 12:26:32 2003 +0000
+++ b/graphics/exif/Makefile    Tue Oct 14 12:31:18 2003 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index