diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-15 20:49:00 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-15 20:49:00 +0000 |
commit | cc0a31d276041829938e437504414d26440cb4f1 (patch) | |
tree | 58d7e2ab78e7c627b4f8eba4939808ef10be9d01 /graphics | |
parent | - Correct the return code given for successful FTP CWD requests (diff) |
Depend on libgphoto2, not gphoto2.
Notes
Notes:
svn path=/head/; revision=104108
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 1af5fc59a363..b5af061b9e05 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -75,7 +75,7 @@ CONFIGURE_ARGS+=--without-imlib-config .endif .if defined(WITH_GPHOTO2) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2 +LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 PLIST_APPEND+= plist.gphoto2 .endif diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 1af5fc59a363..b5af061b9e05 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -75,7 +75,7 @@ CONFIGURE_ARGS+=--without-imlib-config .endif .if defined(WITH_GPHOTO2) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/gphoto2 +LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 PLIST_APPEND+= plist.gphoto2 .endif |