diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-27 22:09:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-27 22:09:15 +0000 |
commit | 56c5e147c5396562dca765fc853f6536e148caf3 (patch) | |
tree | 109572ce53c493535c15b3fea78d257250399f06 /lang/fpc | |
parent | 81ac72867fea511ae2ea47fc25f31fdab9b56331 (diff) | |
download | ports-56c5e147c5396562dca765fc853f6536e148caf3.tar.gz ports-56c5e147c5396562dca765fc853f6536e148caf3.zip |
Notes
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/Makefile.units | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index 3bedf197ec54..3d83adcbf317 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -139,7 +139,7 @@ USE_FIREBIRD= yes .endif .if ${PKGNAMESUFFIX} == "-iconvenc" -USE_ICONV= yes +USES+= iconv .endif .if ${PKGNAMESUFFIX} == "-ide" |