diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-12 20:15:03 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-12 20:15:03 +0000 |
commit | 965d13953d66cb428458abfcd210ef4517483799 (patch) | |
tree | 5d7b4f274cb44e556e7e2f91ce35b5cd45eb0505 /graphics/camera | |
parent | b85a32bdd8e1b92b40e67cd43643b4f2711b5744 (diff) | |
download | FreeBSD-ports-965d13953d66cb428458abfcd210ef4517483799.zip FreeBSD-ports-965d13953d66cb428458abfcd210ef4517483799.tar.gz |
- fix dependecy on libgphoto2
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 16ea63f..f1b8afa 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> |