aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-06 03:43:13 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-06 03:43:13 +0000
commit94defc40c3d672d0922a047d3de71e34e8f14780 (patch)
tree6e1a660254d4283cb8d1a9446517d054f7cad73c /converters/iconv
parent62e76e61f5522fb1fc85d2444cf5a5cb16ddbb6b (diff)
downloadports-94defc40c3d672d0922a047d3de71e34e8f14780.tar.gz
ports-94defc40c3d672d0922a047d3de71e34e8f14780.zip
- Add WITHOUT_PROFILE to the KNOBS honored (which is the actual ports one)
PR: ports/150894 Submitted by: myself (pgollucci) Approved by: maintainer timeout (bland ; 14 days)
Notes
Notes: svn path=/head/; revision=262502
Diffstat (limited to 'converters/iconv')
-rw-r--r--converters/iconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile
index e5b4eb96add5..4586eb1ec8de 100644
--- a/converters/iconv/Makefile
+++ b/converters/iconv/Makefile
@@ -22,7 +22,7 @@ MANCOMPRESSED= yes
MAN1= biconv.1
MAN3= biconv.3 biconv_open.3 biconv_close.3
-.if defined(NO_PROFILE) || defined(NOPROFILE)
+.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE)
PLIST_SUB= PROFILE:="@comment "
.else
PLIST_SUB= PROFILE:=""