aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-09-13 04:15:03 +0800
committerdinoex <dinoex@FreeBSD.org>2006-09-13 04:15:03 +0800
commit965d13953d66cb428458abfcd210ef4517483799 (patch)
tree5d7b4f274cb44e556e7e2f91ce35b5cd45eb0505
parentb85a32bdd8e1b92b40e67cd43643b4f2711b5744 (diff)
downloadfreebsd-ports-gnome-965d13953d66cb428458abfcd210ef4517483799.tar.gz
freebsd-ports-gnome-965d13953d66cb428458abfcd210ef4517483799.tar.zst
freebsd-ports-gnome-965d13953d66cb428458abfcd210ef4517483799.zip
- fix dependecy on libgphoto2
-rw-r--r--graphics/camera/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile
index 16ea63f398fb..f1b8afae7358 100644
--- a/graphics/camera/Makefile
+++ b/graphics/camera/Makefile
@@ -15,6 +15,8 @@ DISTNAME= Camera-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= GNUstep application for digital still cameras
+LIB_DEPENDS+= gphoto2_port:${PORTSDIR}/graphics/libgphoto2
+
WRKSRC= ${WRKDIR}/Camera
USE_BZIP2= yes
USE_GMAKE= yes
@@ -25,6 +27,4 @@ USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
-BUILD_DEPENDS+= gphoto2-config:${PORTSDIR}/graphics/gphoto2
-
.include <bsd.port.mk>