From 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 27 Dec 2011 15:14:23 +0000 Subject: Pacify portlint Feature safe: yes --- graphics/iec16022/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/iec16022') diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index 0a987f4c935a..4596d25fe603 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create 2D barcodes, also known as DataMatrix +LICENSE= GPLv2 + LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes @@ -24,8 +26,6 @@ MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LICENSE= GPLv2 - MAN1= iec16022.1 post-patch: -- cgit