diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-12 20:15:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-12 20:15:03 +0000 |
commit | 473c74e713df8bb7c9337dbf1b219a5389d0a540 (patch) | |
tree | 30f361b5d18dc43d47755f49bb59ef7be0f1763a /graphics/camera | |
parent | 229d0d3330df085316902b7ba38e12dc2982e96c (diff) | |
download | ports-473c74e713df8bb7c9337dbf1b219a5389d0a540.tar.gz ports-473c74e713df8bb7c9337dbf1b219a5389d0a540.zip |
Notes
Diffstat (limited to 'graphics/camera')
-rw-r--r-- | graphics/camera/Makefile | 4 |
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> |