diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:29:13 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:29:13 +0000 |
commit | 8d9a3b702c01822dc41daa8571b4b32ae9854b66 (patch) | |
tree | 4c2db1cb31c64aafab8771a0e0a706b612996b73 | |
parent | f7e9c9cad661933d79321bcf12d25e26aefe793b (diff) | |
download | ports-8d9a3b702c01822dc41daa8571b4b32ae9854b66.tar.gz ports-8d9a3b702c01822dc41daa8571b4b32ae9854b66.zip |
lang/tcl87: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/tcl87/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl87/Makefile b/lang/tcl87/Makefile index b18f1686692d..98123f2bfae0 100644 --- a/lang/tcl87/Makefile +++ b/lang/tcl87/Makefile @@ -17,7 +17,7 @@ LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/../license.terms LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= compiler:c11 localbase pathfix +USES= compiler:c11 cpe localbase pathfix LIB_DEPENDS= libtommath.so:math/libtommath |