aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portsman
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
commitc7611291caed7042dac74061e36e3fa5ba7ed166 (patch)
tree1d2de5d52eb1b8904d425116b2afd36170dab951 /ports-mgmt/portsman
parentaf96ced369a5fd129e406f51d4135261e2b70bb3 (diff)
downloadports-c7611291caed7042dac74061e36e3fa5ba7ed166.tar.gz
ports-c7611291caed7042dac74061e36e3fa5ba7ed166.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Notes
Notes: svn path=/head/; revision=190385
Diffstat (limited to 'ports-mgmt/portsman')
-rw-r--r--ports-mgmt/portsman/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/ports-mgmt/portsman/Makefile b/ports-mgmt/portsman/Makefile
index 6cc4bff8a60e..c1c8dd284e64 100644
--- a/ports-mgmt/portsman/Makefile
+++ b/ports-mgmt/portsman/Makefile
@@ -16,12 +16,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2
MAINTAINER= ports@FreeBSD.org
COMMENT= An ncurses based front-end to manage the FreeBSD ports collection
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400000
-LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
-
MAN1= portsman.1
MAN5= portsmanrc.5
GNU_CONFIGURE= yes
@@ -30,4 +24,4 @@ post-patch:
@${REINPLACE_CMD} -e "/^pmanrcdir/s|etc$$|etc/portsman|" \
${WRKSRC}/config/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>