diff options
Diffstat (limited to 'graphics/gphoto2/Makefile')
-rw-r--r-- | graphics/gphoto2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index dd603063058c..44d34e57ee8a 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -18,6 +18,8 @@ USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-cdk +CONFIGURE_ENV= POPT_CFLAGS="-I${LOCALBASE}/include" \ + POPT_LIBS="-L${LOCALBASE}/lib -lpopt" OPTIONS_DEFINE= AALIB DOCS NLS OPTIONS_DEFAULT= AALIB |