diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-20 05:20:48 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-20 05:20:48 +0800 |
commit | 53dddc2be9f0f0ae838011f3410a14c8c72d1747 (patch) | |
tree | 73ae0002704600e4718b450eb2c2004762b5be6c /ports-mgmt | |
parent | 8715172b5618fc67a4e8f9fd9a86d4a65e39e4ee (diff) | |
download | freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.gz freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.zst freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portsman/Makefile | 8 |
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> |