diff options
author | tron <tron@pkgsrc.org> | 2002-11-28 11:04:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-28 11:04:14 +0000 |
commit | ad324ee28c2445ecdfc5c256e8e1be97be81f054 (patch) | |
tree | daca765000d8de3b7ba55e19f3eeb76958feb92d /graphics/gphoto | |
parent | 60935688d7a9e390acb6afdcea7b442d597c8226 (diff) | |
download | pkgsrc-ad324ee28c2445ecdfc5c256e8e1be97be81f054.tar.gz |
Buildlinkify this package to stop it from using the packaged version of
"libintl" even if it is not necessary. Bump package revision.
Diffstat (limited to 'graphics/gphoto')
-rw-r--r-- | graphics/gphoto/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index 456d78252f8..e5dd7ddd953 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/03/13 17:37:08 fredb Exp $ +# $NetBSD: Makefile,v 1.14 2002/11/28 11:04:14 tron Exp $ DISTNAME= gphoto-0.4.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.gphoto.net/dist/ @@ -9,12 +9,12 @@ MAINTAINER= jmcm@cs.cmu.edu HOMEPAGE= http://www.gphoto.org/ COMMENT= Download and view files from various digital cameras -DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib - -USE_X11BASE= yes -USE_LIBTOOL= yes +USE_BUILDLINK2= YES +USE_X11BASE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include +.include "../../graphics/imlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |