diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-01 13:13:40 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-01 13:13:40 +0000 |
commit | 78b52873a8801b2d4407e6e945a1a8510dcf00e6 (patch) | |
tree | f35be80909fc4048e5c0d5b6f8734020eaf6698f /graphics | |
parent | fe0d00bd24bac6361324be9d6dd386168495c2c9 (diff) | |
download | ports-78b52873a8801b2d4407e6e945a1a8510dcf00e6.tar.gz ports-78b52873a8801b2d4407e6e945a1a8510dcf00e6.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Imager-QRCode/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-Imager-QRCode/Makefile b/graphics/p5-Imager-QRCode/Makefile index d5f278c197f5..79796883a0ed 100644 --- a/graphics/p5-Imager-QRCode/Makefile +++ b/graphics/p5-Imager-QRCode/Makefile @@ -18,6 +18,8 @@ COMMENT= Generate QR Code with Imager using libqrencode BUILD_DEPENDS= p5-Imager>=0.55:${PORTSDIR}/graphics/p5-Imager RUN_DEPENDS:= ${BUILD_DEPENDS} +MAKE_JOBS_UNSAFE= yes + PERL_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include |