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/eina | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes
Notes:
svn path=/head/; revision=316654
Diffstat (limited to 'devel/eina')
-rw-r--r-- | devel/eina/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/eina/Makefile b/devel/eina/Makefile index 9d17d10686c9..01169b7d7d22 100644 --- a/devel/eina/Makefile +++ b/devel/eina/Makefile @@ -15,9 +15,8 @@ LICENSE= LGPL21 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix iconv USE_EFL= librt_hack libtool_hack -USE_ICONV= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-amalgamation |