diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2010-08-06 20:55:27 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2010-08-06 20:55:27 +0000 |
commit | b843688e3c19e7b8421e48b7dbd9836d92c558f8 (patch) | |
tree | ed7a1d8e07394923ebc480fba848258643a20fab | |
parent | b9ecf787863ad23c769c2f06b3248c9c1b9ec1a5 (diff) |
Add a missing build dependency on perl
Reported by: pgj, QAT
Approved by: makc (co-mentor)
Notes
Notes:
svn path=/head/; revision=258855
-rw-r--r-- | print/gv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index b54e913e3e0f..b9b14931dcc3 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -21,6 +21,7 @@ USE_XORG= xpm ice sm xext xmu x11 USE_GHOSTSCRIPT= yes USE_GMAKE= yes USE_ICONV= yes +USE_PERL5_BUILD= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |