summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2002-11-28 11:04:14 +0000
committertron <tron>2002-11-28 11:04:14 +0000
commitaa4df5a4fe3e166b5e68c15264b626d9b8738428 (patch)
treedaca765000d8de3b7ba55e19f3eeb76958feb92d
parent804f9f6c07e6558568bbbe4cdb9c302fafa91ae6 (diff)
downloadpkgsrc-aa4df5a4fe3e166b5e68c15264b626d9b8738428.tar.gz
Buildlinkify this package to stop it from using the packaged version of
"libintl" even if it is not necessary. Bump package revision.
-rw-r--r--graphics/gphoto/Makefile12
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"