diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-16 04:49:00 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-16 04:49:00 +0800 |
commit | f66f8cbf2b4c06cd3e4ab80c23151320d0fb3b78 (patch) | |
tree | ead577902c5f9abe95a87ca51dbf5bcd5190bf38 /graphics | |
parent | 79c2fef04b81f0c8a82d7d74e98de6b70e6151dc (diff) | |
download | freebsd-ports-gnome-f66f8cbf2b4c06cd3e4ab80c23151320d0fb3b78.tar.gz freebsd-ports-gnome-f66f8cbf2b4c06cd3e4ab80c23151320d0fb3b78.tar.zst freebsd-ports-gnome-f66f8cbf2b4c06cd3e4ab80c23151320d0fb3b78.zip |
Depend on libgphoto2, not gphoto2.
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 |