diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2009-06-15 07:49:05 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2009-06-15 07:49:05 +0000 |
commit | d8d4d819d26377f9619fe93bc5746a1ab8743259 (patch) | |
tree | ad9ad0552db0245ec07fad4572d12ab879f62359 | |
parent | This package is an implementation of BATV (Bounce Address Tag Validation), (diff) |
graphics/libpano13:
Fix build with custom LOCALBASE.
Reported by: qat@
-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 |