diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/gphoto2 | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 5f8e1d6ac329..72094b5a837b 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -11,8 +11,8 @@ COMMENT= Command-line frontend to libgphoto2 LICENSE= GPLv2 -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ - libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libpopt.so:devel/popt \ + libgphoto2.so:graphics/libgphoto2 USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= AALIB READLINE THREADS OPTIONS_SUB= yes AALIB_DESC= Text mode capture preview support -AALIB_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib +AALIB_LIB_DEPENDS= libaa.so:graphics/aalib AALIB_CONFIGURE_WITH= aalib NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |