diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-02-05 15:30:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-02-05 15:30:49 +0000 |
commit | 80e51f3dad2017c3439e62e120690b1b8dcffee9 (patch) | |
tree | cd37757ee70e80eddb1bb805983700f6ad8044ec /sysutils/pv | |
parent | 4d3ca9fac1dcf4074221eddf33e2f7803319e713 (diff) | |
download | ports-80e51f3dad2017c3439e62e120690b1b8dcffee9.tar.gz ports-80e51f3dad2017c3439e62e120690b1b8dcffee9.zip |
Notes
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 |