pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gphoto Convert to buildlink3 and remove super...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97655aa53336
branches:  trunk
changeset: 473916:97655aa53336
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 01:58:44 2004 +0000

description:
Convert to buildlink3 and remove superfluous CPPFLAGS+=-I${LOCALBASE}/include.

diffstat:

 graphics/gphoto/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 94b50de96a8f -r 97655aa53336 graphics/gphoto/Makefile
--- a/graphics/gphoto/Makefile  Sun Apr 25 01:46:11 2004 +0000
+++ b/graphics/gphoto/Makefile  Sun Apr 25 01:58:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/04/14 16:15:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/25 01:58:44 snj Exp $
 
 DISTNAME=      gphoto-0.4.3
 PKGREVISION=   6
@@ -9,13 +9,12 @@
 HOMEPAGE=      http://www.gphoto.org/
 COMMENT=       Download and view files from various digital cameras
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_DIRS+=             gnome1-1.0
 USE_X11BASE=           YES
 USE_LIBTOOL=           YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 GNU_CONFIGURE=         yes
-CPPFLAGS+=             -I${LOCALBASE}/include
 
-.include "../../graphics/imlib/buildlink2.mk"
+.include "../../graphics/imlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index