diff options
author | pav <pav@FreeBSD.org> | 2006-06-19 17:20:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-19 17:20:14 +0800 |
commit | 70ceeb0bc0672b41f9256dcc5a30d9ce7d73c40c (patch) | |
tree | 290c915f8c28177417a1879977623a17fa666f13 /misc | |
parent | 24d8a2a6e4f2b3cb2df6551b51206b067697d4c6 (diff) | |
download | freebsd-ports-gnome-70ceeb0bc0672b41f9256dcc5a30d9ce7d73c40c.tar.gz freebsd-ports-gnome-70ceeb0bc0672b41f9256dcc5a30d9ce7d73c40c.tar.zst freebsd-ports-gnome-70ceeb0bc0672b41f9256dcc5a30d9ce7d73c40c.zip |
- Drop dependency on less port, we can use less in base
PR: ports/99093
Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/portless/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/portless/Makefile b/misc/portless/Makefile index 37c50c3c47b3..5c66950c9b2e 100644 --- a/misc/portless/Makefile +++ b/misc/portless/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portless -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.2.1 CATEGORIES= misc MASTER_SITES= # empty DISTFILES= # none @@ -16,8 +15,6 @@ EXTRACT_ONLY= # empty MAINTAINER= mkamm@gmx.net COMMENT= Quick display of files inside the FreeBSD ports tree -RUN_DEPENDS= less:${PORTSDIR}/sysutils/less - NO_BUILD= yes MAN1= portless.1 MANCOMPRESSED= no |