summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-12-08 21:07:43 +0000
committerade <ade@FreeBSD.org>2000-12-08 21:07:43 +0000
commitb859de2e0f67cda7191e89c9035a00f8884ca26c (patch)
tree9d4114af4551294d1baa0f3a2bdca3fda469268e /devel
parent2248faeaa1a9858cecec218e9da2b131bfde33b5 (diff)
downloadFreeBSD-ports-b859de2e0f67cda7191e89c9035a00f8884ca26c.zip
FreeBSD-ports-b859de2e0f67cda7191e89c9035a00f8884ca26c.tar.gz
Mark FORBIDDEN for 4.x and above which already has this in the
base system - lots of wonderful breakages with this port installed too on such systems.
Diffstat (limited to 'devel')
-rw-r--r--devel/ncurses-devel/Makefile8
-rw-r--r--devel/ncurses/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile
index 8f9685a..c1c6625 100644
--- a/devel/ncurses-devel/Makefile
+++ b/devel/ncurses-devel/Makefile
@@ -15,6 +15,12 @@ MAINTAINER= ports@FreeBSD.org
Y2K= http://www.gnu.org/software/year2000.html
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 400000
+FORBIDDEN= already is in the base system
+.endif
+
MANUAL_PACKAGE_BUILD= conflicts with system ncurses
USE_LIBTOOL= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
@@ -191,4 +197,4 @@ post-install:
@ ${INSTALL_DATA} ${WRKSRC}/c++/${file} ${PREFIX}/share/examples/ncurses/c++
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index 8f9685a..c1c6625 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -15,6 +15,12 @@ MAINTAINER= ports@FreeBSD.org
Y2K= http://www.gnu.org/software/year2000.html
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 400000
+FORBIDDEN= already is in the base system
+.endif
+
MANUAL_PACKAGE_BUILD= conflicts with system ncurses
USE_LIBTOOL= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
@@ -191,4 +197,4 @@ post-install:
@ ${INSTALL_DATA} ${WRKSRC}/c++/${file} ${PREFIX}/share/examples/ncurses/c++
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud