diff options
author | az <az@FreeBSD.org> | 2013-08-18 22:25:16 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-18 22:25:16 +0800 |
commit | d1ba17184cbf1990d10b312acd427dff1c5596df (patch) | |
tree | 83e469779da267ab5114aafd28b4f4cbe26df0f9 /textproc/p5-Text-QRCode | |
parent | eb091bce96aff7552ed2c37846af746591d5ccaa (diff) | |
download | freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.tar.gz freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.tar.zst freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.zip |
- Convert to new perl framework
Diffstat (limited to 'textproc/p5-Text-QRCode')
-rw-r--r-- | textproc/p5-Text-QRCode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-QRCode/Makefile b/textproc/p5-Text-QRCode/Makefile index f3eb4fd163b5..531d30770047 100644 --- a/textproc/p5-Text-QRCode/Makefile +++ b/textproc/p5-Text-QRCode/Makefile @@ -14,7 +14,8 @@ COMMENT= Generate text based QR Code BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= Text::QRCode.3 |