diff options
Diffstat (limited to 'graphics/gphoto2/Makefile')
-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 |