diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 08:51:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 08:51:32 +0000 |
commit | c5c0d7f5d2b390bbd167c21e69b65e6df8efa1a3 (patch) | |
tree | 2d7ba0bcd8da2e2a5bbd9f42f0fe2c7c0fb044e2 /lang/freetxl | |
parent | bc35fdde2e139bd19122d0b40e958d3c8ea936c5 (diff) | |
download | ports-c5c0d7f5d2b390bbd167c21e69b65e6df8efa1a3.tar.gz ports-c5c0d7f5d2b390bbd167c21e69b65e6df8efa1a3.zip |
Notes
Diffstat (limited to 'lang/freetxl')
-rw-r--r-- | lang/freetxl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/freetxl/Makefile b/lang/freetxl/Makefile index b13665a18b85..6cb27ca1e61e 100644 --- a/lang/freetxl/Makefile +++ b/lang/freetxl/Makefile @@ -15,6 +15,8 @@ DISTNAME= txl${PORTVERSION}.linux MAINTAINER= ports@FreeBSD.org COMMENT= The TXL Programming Language (transformation by example) +BROKEN= Does not fetch + USE_LINUX= yes MAN1= txl.1 txlc.1 txldb.1 txlp.1 |