diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /devel/libplist | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) |
Notes
Diffstat (limited to 'devel/libplist')
-rw-r--r-- | devel/libplist/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libplist/Makefile b/devel/libplist/Makefile index 8bc891e60903..cfa06420b9c1 100644 --- a/devel/libplist/Makefile +++ b/devel/libplist/Makefile @@ -12,9 +12,8 @@ LICENSE= LGPL21 USE_GNOME= libxml2 # Unlisted dependency. -USE_ICONV= yes USE_BZIP2= yes -USES= cmake +USES= cmake iconv # Required for iconv headers. CFLAGS+= -I${LOCALBASE}/include MAKE_JOBS_UNSAFE= yes |