diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-26 15:48:22 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-26 15:48:22 +0000 |
commit | b25e65fb3225f7918a3c7f75d323edd107c1e1ed (patch) | |
tree | 8c7ec337056cae766deb85ece4ba85a1b5cf3549 /news | |
parent | f5ff90911061cc8bf5c1e777c29b51cbf612ffda (diff) | |
download | ports-b25e65fb3225f7918a3c7f75d323edd107c1e1ed.tar.gz ports-b25e65fb3225f7918a3c7f75d323edd107c1e1ed.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/husky-base/Makefile | 2 | ||||
-rw-r--r-- | news/husky-fidoconf/Makefile | 2 | ||||
-rw-r--r-- | news/husky-hpt/Makefile | 2 | ||||
-rw-r--r-- | news/husky-smapi/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/news/husky-base/Makefile b/news/husky-base/Makefile index c7dcbca1a3fe..ea7eb31c45ae 100644 --- a/news/husky-base/Makefile +++ b/news/husky-base/Makefile @@ -14,6 +14,8 @@ DISTNAME= huskybase-${PORTVERSION}-src MAINTAINER= fjoe@FreeBSD.org COMMENT= Common files for Husky Fidosoft Project +CONFLICTS= husky-base-devel-[0-9]* + WRKSRC= ${WRKDIR}/huskybse NO_BUILD= yes diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index f020112ba28e..7598862effca 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -17,6 +17,8 @@ COMMENT= Configuration library for Husky Fidosoft Project LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base +CONFLICTS= husky-fidoconf-devel-[0-9]* + INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes INSTALL_TARGET= install install-man diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile index f0627412682d..31550c831a29 100644 --- a/news/husky-hpt/Makefile +++ b/news/husky-hpt/Makefile @@ -16,6 +16,8 @@ COMMENT= Highly Portable Tosser (full-featured FTN tosser) LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf +CONFLICTS= husky-hpt-devel-[0-9]* + USE_REINPLACE= yes .if !defined(WITHOUT_PERL) diff --git a/news/husky-smapi/Makefile b/news/husky-smapi/Makefile index bd62e42550c2..8948b88da0fc 100644 --- a/news/husky-smapi/Makefile +++ b/news/husky-smapi/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= fjoe@FreeBSD.org COMMENT= MSGAPI for Husky Fidosoft Project +CONFLICTS= husky-smapi-devel-[0-9]* + INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> |