diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-06-10 12:24:26 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-06-10 12:24:26 +0000 |
commit | f7c2909f9a7b3f9b158c900f8fafddb152dc9df8 (patch) | |
tree | 917326b8d2a4aff3832ee29348d2c39ad7654ae0 /print/pdf4tcl | |
parent | 7cdf0df6028d76fe55710b2e5e52ec0574f4d3d7 (diff) | |
download | ports-f7c2909f9a7b3f9b158c900f8fafddb152dc9df8.tar.gz ports-f7c2909f9a7b3f9b158c900f8fafddb152dc9df8.zip |
Notes
Diffstat (limited to 'print/pdf4tcl')
-rw-r--r-- | print/pdf4tcl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/print/pdf4tcl/Makefile b/print/pdf4tcl/Makefile index 74dfacdf131a..c7a2d3a39715 100644 --- a/print/pdf4tcl/Makefile +++ b/print/pdf4tcl/Makefile @@ -11,9 +11,6 @@ DISTFILES= ${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX}/from_sourceforge MAINTAINER= tcltk@FreeBSD.org COMMENT= Pure Tcl library to generate PDF files -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/licence.terms - OPTIONS_DEFINE= DOCS BUILD_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib |