diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 04:58:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 04:58:32 +0800 |
commit | 5413202c3a5d500f6f684f44c41cd8042fe8cb04 (patch) | |
tree | 9407adfd171b78210d9a7dc19ac24e3239ca3142 /print/hpijs | |
parent | fdbc744a7fc199c99b23126afbc734c6c83245b2 (diff) | |
download | freebsd-ports-graphics-5413202c3a5d500f6f684f44c41cd8042fe8cb04.tar.gz freebsd-ports-graphics-5413202c3a5d500f6f684f44c41cd8042fe8cb04.tar.zst freebsd-ports-graphics-5413202c3a5d500f6f684f44c41cd8042fe8cb04.zip |
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to 'print/hpijs')
-rw-r--r-- | print/hpijs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index b4a81405f5d..a1c7854a4f1 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking USE_GHOSTSCRIPT_RUN= yes +WANT_PERL= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |