diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-06 22:57:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-06 22:57:32 +0000 |
commit | f45c675de278428e2320c7b1087ae8228d460898 (patch) | |
tree | 1c1e39d4e6d3c0937cf049a436a5427cd2e429fa | |
parent | Take over Maintainership. (diff) |
Reconvert USE_ICONV to USES=iconv
While here convert USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=322414
-rw-r--r-- | deskutils/recoll/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 80deb92df8cd..feff69e34fc3 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= xapian-core>=0:${PORTSDIR}/databases/xapian-core -USE_ICONV= yes -USE_GMAKE= yes +USES= iconv gmake GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes |