diff options
Diffstat (limited to 'irc/iroffer-lamm/Makefile')
-rw-r--r-- | irc/iroffer-lamm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/iroffer-lamm/Makefile b/irc/iroffer-lamm/Makefile index 948085d736f4..084d7812bd88 100644 --- a/irc/iroffer-lamm/Makefile +++ b/irc/iroffer-lamm/Makefile @@ -13,11 +13,12 @@ COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy LICENSE= GPLv2 +CONFLICTS= iroffer-1.* iroffer-dinoex-3.* +NO_STAGE= yes + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFLICTS= iroffer-1.* iroffer-dinoex-3.* -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${WRKSRC}/Configure |