From 80e51f3dad2017c3439e62e120690b1b8dcffee9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 5 Feb 2009 15:30:49 +0000 Subject: - 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 (maintainer) --- sysutils/pv/Makefile | 11 ++--------- 1 file 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 -.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 -- cgit v1.2.3