diff options
author | oliver <oliver@FreeBSD.org> | 2013-07-07 17:03:44 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2013-07-07 17:03:44 +0800 |
commit | d7dd8f7718259c523dbfa60f603f5b8abf937be7 (patch) | |
tree | 534a9bbd1422c10f53324f230f7268ea1f3e5cc1 /security | |
parent | 3b33ce45f549320801f8c64ee52df5ba4fddc643 (diff) | |
download | freebsd-ports-gnome-d7dd8f7718259c523dbfa60f603f5b8abf937be7.tar.gz freebsd-ports-gnome-d7dd8f7718259c523dbfa60f603f5b8abf937be7.tar.zst freebsd-ports-gnome-d7dd8f7718259c523dbfa60f603f5b8abf937be7.zip |
add USES=iconv which it does
Noted by: mat
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index bfb6c2ab6ab6..398538eb89c8 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -34,6 +34,7 @@ OPTIONS_DEFINE+= GDBM .else # !defined(PKGNAMESUFFIX) +USES= iconv USE_AUTOTOOLS= libltdl USE_BZIP2= yes USE_GMAKE= yes |