diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-18 16:05:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-18 16:05:35 +0800 |
commit | 219a710e54d2838a5fd36ab9466739ebe9b83479 (patch) | |
tree | ef996e78a649eac06effdf08eded7c0dbdd859cf /lang | |
parent | 47cb27ca1b544487ec68250cd1351c9f0bce8f5c (diff) | |
download | freebsd-ports-gnome-219a710e54d2838a5fd36ab9466739ebe9b83479.tar.gz freebsd-ports-gnome-219a710e54d2838a5fd36ab9466739ebe9b83479.tar.zst freebsd-ports-gnome-219a710e54d2838a5fd36ab9466739ebe9b83479.zip |
- BROKEN: does not build
Submitted by: pointyhat via kris
Discussed with: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/linux-hla/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/linux-hla/Makefile b/lang/linux-hla/Makefile index c57f55220f49..c45bb2d86e31 100644 --- a/lang/linux-hla/Makefile +++ b/lang/linux-hla/Makefile @@ -21,6 +21,8 @@ NO_INSTALL_MANPAGES= yes NO_BUILD= yes SUB_FILES= pkg-message +BROKEN= Does not compile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hla ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/hlaparse ${PREFIX}/bin |