diff options
Diffstat (limited to 'graphics/simage')
-rw-r--r-- | graphics/simage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 38b0bbcf545d..bedfceff4738 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ ungif.5:${PORTSDIR}/graphics/libungif \ png.6:${PORTSDIR}/graphics/png -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-mpeg2enc |