diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:40:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:40:23 +0000 |
commit | da1d23b5676337dfb9c98acfccfdd0caf8ff107c (patch) | |
tree | 4ed747602c0eaefee506519fae2fb114a57a9a86 /databases | |
parent | 6791c34b4859132812fba8e987b7357fed4e8671 (diff) | |
download | ports-da1d23b5676337dfb9c98acfccfdd0caf8ff107c.tar.gz ports-da1d23b5676337dfb9c98acfccfdd0caf8ff107c.zip |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=111122
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-mysql41/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-DBD-mysql41/Makefile b/databases/p5-DBD-mysql41/Makefile index 8306cecfd76c..5e5e743e4dc2 100644 --- a/databases/p5-DBD-mysql41/Makefile +++ b/databases/p5-DBD-mysql41/Makefile @@ -15,4 +15,6 @@ WANT_MYSQL_VER= 41 MASTERDIR= ${.CURDIR}/../p5-DBD-mysql +BROKEN= "Does not compile" + .include "${MASTERDIR}/Makefile" |