diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-06-28 00:48:30 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-06-28 00:48:30 +0000 |
commit | 35ff2d3d9f9179a693166b9856e822cc1a7a9044 (patch) | |
tree | f76d1e7fc041b97b3fcfac397cc15719b4be846c /irc/eggdrop | |
parent | b624b0621b8cc80a1baee94272b1eafc25e409b4 (diff) |
Notes
Diffstat (limited to 'irc/eggdrop')
-rw-r--r-- | irc/eggdrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index d62002babddd..ec7f3595022a 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -39,7 +39,7 @@ LICENSE= GPLv2 .if defined(WITH_SSL) . if ${ARCH} == "amd64" -IGNORE= ssl support is broken on amd64 +BROKEN= ssl support is broken on amd64 . endif EXTRA_PATCHES= ${WRKDIR}/eggdrop-1.6.20-ssl.patch |