diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-15 03:19:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-15 03:19:27 +0000 |
commit | a29eaea609e4c19409e705122da6343427c070da (patch) | |
tree | 714279e58d9dbf72b5dfca7573708d3236e58773 /irc | |
parent | f92b80786f03c0345b765f246c22460701dfbc62 (diff) | |
download | ports-a29eaea609e4c19409e705122da6343427c070da.tar.gz ports-a29eaea609e4c19409e705122da6343427c070da.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/psybnc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile index 30e68c90fcbe..b4aa036e7def 100644 --- a/irc/psybnc/Makefile +++ b/irc/psybnc/Makefile @@ -13,10 +13,6 @@ COMMENT= Powerful IRC bouncer LICENSE= GPLv1+ # though COPYING is GPLv2 -BROKEN_mips= Does not build: exec(clang) failed (No such file or directory) -BROKEN_mips64= Does not build: exec(clang) failed (No such file or directory) -BROKEN_powerpc64= Does not build: exec(clang) failed (No such file or directory) - USES= dos2unix ssl DOS2UNIX_GLOB= *.c *.h WRKSRC= ${WRKDIR}/psybnc |