diff options
Diffstat (limited to 'databases/tcl-Mysql/Makefile')
-rw-r--r-- | databases/tcl-Mysql/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/tcl-Mysql/Makefile b/databases/tcl-Mysql/Makefile index 6d88506bb2e7..2990017ca9c6 100644 --- a/databases/tcl-Mysql/Makefile +++ b/databases/tcl-Mysql/Makefile @@ -11,10 +11,12 @@ DISTNAME= tcl-sql-${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= TCL module for accessing MySQL databases -OPTIONS_DEFINE= DOCS - PATCH_DEPENDS= rcsdiff:devel/rcs +BROKEN_armv6= fails to package: libTclMySQL.so.*: No such file or directory + +OPTIONS_DEFINE= DOCS + USES= mysql tcl tar:tgz TCL_NODOT= tcl${TCL_VER:S/.//} WRKSRC= ${WRKDIR}/tcl-sql |