summaryrefslogtreecommitdiff
path: root/sysutils/pv
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-02-05 15:30:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-02-05 15:30:49 +0000
commit80e51f3dad2017c3439e62e120690b1b8dcffee9 (patch)
treecd37757ee70e80eddb1bb805983700f6ad8044ec /sysutils/pv
parent- Update to 0.3, mark more archs as unsupported (diff)
- Remove unsupported OPTIONS from port. These options are only useful to developers anyway and generate a surprising amount of support requests from users of the non-developer kind.
- More verbose description for LFS option PR: 131348 Submitted by: Daniel Roethlisberger <daniel at roe dot ch> (maintainer)
Notes
Notes: svn path=/head/; revision=227674
Diffstat (limited to 'sysutils/pv')
-rw-r--r--sysutils/pv/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile
index b8d82d4d69a3..16a4acfc1535 100644
--- a/sysutils/pv/Makefile
+++ b/sysutils/pv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pv
PORTVERSION= 1.1.4
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
MASTER_SITE_SUBDIR= pipeviewer
@@ -22,19 +23,11 @@ MAN1= pv.1
PLIST_FILES= bin/pv
PORTDOCS= README COPYING INSTALL NEWS PACKAGE \
TODO VERSION release-checklist
-OPTIONS= DEBUG "Enable debug support" off \
- PROFILER "Enable profiling support" off \
- LFS "Enable LFS support" on \
+OPTIONS= LFS "Use large filesystem support" on \
NLS "Use Native Language Support" off
.include <bsd.port.pre.mk>
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+= --enable-debugging
-.endif
-.if defined(WITH_PROFILER)
-CONFIGURE_ARGS+= --enable-profiling
-.endif
.if defined(WITHOUT_LFS)
CONFIGURE_ARGS+= --disable-lfs
.endif