aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
commitb2a96c6df1c8809216eced623ec37a8372b3216e (patch)
tree0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /news
parent87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff)
Notes
Diffstat (limited to 'news')
-rw-r--r--news/hellanzb/Makefile4
-rw-r--r--news/nntpswitch/Makefile7
2 files changed, 3 insertions, 8 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile
index b358194789c2..702657b3208f 100644
--- a/news/hellanzb/Makefile
+++ b/news/hellanzb/Makefile
@@ -28,8 +28,8 @@ USE_PYDISTUTILS=yes
.include <bsd.port.pre.mk>
-# more fully-featured rar needs at least 5.3
-.if ${ARCH} == "i386" && ${OSVERSION} >= 503000
+# more fully-featured rar needs i386
+.if ${ARCH} == "i386"
RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar
.else
RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar
diff --git a/news/nntpswitch/Makefile b/news/nntpswitch/Makefile
index 24d1b030d609..6e20de914091 100644
--- a/news/nntpswitch/Makefile
+++ b/news/nntpswitch/Makefile
@@ -54,11 +54,6 @@ ALL_TARGET+= ldap
PLIST_FILES+= lib/${PORTNAME}/auth_ldap.so
.endif
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500029
-BROKEN= "${PORTNAME} requires atoll(3)"
-.endif
-
do-configure:
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/nntpswitch.conf.in
@@ -70,4 +65,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/nntpswitch.conf-dist ${ETC_DIR}/
${INSTALL_SCRIPT} ${FILESDIR}/nntpswitch.sh ${PREFIX}/etc/rc.d/nntpswitch.sh-dist
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>