diff options
-rw-r--r-- | graphics/libpano13/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index 14c09f57a488..9818d4eeedf6 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -27,6 +27,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/glib-2.0 \ -I${LOCALBASE}/include/pango-1.0 \ -I${LOCALBASE}/include/atk-1.0" +CONFIGURE_ARGS= --with-png=${LOCALBASE} \ + --with-jpeg=${LOCALBASE} \ + --with-tiff=${LOCALBASE} USE_LDCONFIG= yes |