diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-07 06:57:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-07 06:57:32 +0800 |
commit | 0a5b568bc6cac86dd2949d7579a28f481b660413 (patch) | |
tree | 1c1e39d4e6d3c0937cf049a436a5427cd2e429fa /deskutils | |
parent | 55cd40ccab3eb980b5be5ad0836cca9895acb313 (diff) | |
download | freebsd-ports-gnome-0a5b568bc6cac86dd2949d7579a28f481b660413.tar.gz freebsd-ports-gnome-0a5b568bc6cac86dd2949d7579a28f481b660413.tar.zst freebsd-ports-gnome-0a5b568bc6cac86dd2949d7579a28f481b660413.zip |
Reconvert USE_ICONV to USES=iconv
While here convert USE_GMAKE to USES=gmake
Diffstat (limited to 'deskutils')
-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 |