diff options
Diffstat (limited to 'graphics/tkpng/Makefile')
-rw-r--r-- | graphics/tkpng/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tkpng/Makefile b/graphics/tkpng/Makefile index 02552a7d7175..757436d48f99 100644 --- a/graphics/tkpng/Makefile +++ b/graphics/tkpng/Makefile @@ -11,8 +11,10 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PNG support for Tcl/Tk -LICENSE= BSD +LICENSE= TclTk +LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/license.terms +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES+= tk tar:tgz GNU_CONFIGURE= yes |