diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
commit | 581e69adb267a46bd059f3252f57fdda449034ef (patch) | |
tree | 6116b00d58bb2d3a91aafabcb58642a8c7ebeb58 /graphics/inkscape | |
parent | 0993ac7ee05fb36834452d01188a887420b86d56 (diff) |
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 6de1506285c1..cac2427866ca 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -28,6 +28,7 @@ USE_GNOME= gnomehack desktopfileutils intlhack libxslt USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GCC= 3.4+ +USE_PERL5= yes CONFIGURE_ARGS= --with-popt CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" |