diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-04-23 00:34:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-04-23 00:34:06 +0000 |
commit | 9dc3ee9e2c432ee95030e4d26aaed0a2ba8456d0 (patch) | |
tree | 9442cc910f59f6db99b29f60535951de74e433fc /archivers | |
parent | 9e9a1265f45a795c3771e10a38763ea3ad8a9e30 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unalz/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/unalz/Makefile b/archivers/unalz/Makefile index 7baa85ef6d16..02940c6cc214 100644 --- a/archivers/unalz/Makefile +++ b/archivers/unalz/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unalz -# Date created: 23 October 2004 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ -# PORTNAME= unalz PORTVERSION= 0.65 @@ -17,6 +13,7 @@ COMMENT= Extracts AlZip archives LICENSE_FILE= ${WRKSRC}/readme.txt +BROKEN= fails to build USE_ICONV= yes PLIST_FILES= bin/unalz MAKEFILE= Makefile.freebsd |