diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 20:58:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 20:58:43 +0000 |
commit | 824b908119406e4779f22257f22baac277eb7310 (patch) | |
tree | 58e378a4c21baaef43e89eddbc6bc59edc1ee0a1 /net/icqnix | |
parent | 1c211e1a32ab9b20c4041e08e2df6addef6a8853 (diff) |
Mark BROKEN: icqnix.install does not compile
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=28080
Diffstat (limited to 'net/icqnix')
-rw-r--r-- | net/icqnix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/icqnix/Makefile b/net/icqnix/Makefile index af06c58d4a28..37009420711b 100644 --- a/net/icqnix/Makefile +++ b/net/icqnix/Makefile @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_QT= yes +BROKEN= "icqnix.install does not compile" + post-install: @strip ${PREFIX}/bin/icqnix @strip ${PREFIX}/bin/icqnix.install |