diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-05 23:30:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-02-05 23:30:49 +0800 |
commit | 1cd506db204c25bb354a1a88d839230747a6fbdb (patch) | |
tree | afbacf5dc49491d28865a255fc11801810f059d2 /sysutils/pv | |
parent | 898233e432e17c27586c4fc61282fac7e64f4a83 (diff) | |
download | freebsd-ports-gnome-1cd506db204c25bb354a1a88d839230747a6fbdb.tar.gz freebsd-ports-gnome-1cd506db204c25bb354a1a88d839230747a6fbdb.tar.zst freebsd-ports-gnome-1cd506db204c25bb354a1a88d839230747a6fbdb.zip |
- 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)
Diffstat (limited to 'sysutils/pv')
-rw-r--r-- | sysutils/pv/Makefile | 11 |
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 |