diff options
-rw-r--r-- | graphics/libpano12/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libpano12/Makefile b/graphics/libpano12/Makefile index 60132553738a..ec385f492c87 100644 --- a/graphics/libpano12/Makefile +++ b/graphics/libpano12/Makefile @@ -31,6 +31,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 |