1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

graphics/libpano12:

Fix compilation with custom LOCALBASE.

Reported by:	qat@
This commit is contained in:
Vasil Dimov 2009-06-15 07:55:17 +00:00
parent 12f9734765
commit a4cdf21221
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235842

View File

@ -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