From 79452c6dc80b634c3ef9c985a517d911cf038f4a Mon Sep 17 00:00:00 2001 From: mva <mva@FreeBSD.org> Date: Sat, 27 Apr 2013 08:50:46 +0000 Subject: - Convert USE_ICONV=yes to USES=iconv - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm --- databases/unixODBC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/unixODBC') diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index c265bbc608c4..58c2509367d6 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -15,7 +15,7 @@ COMMENT= ODBC library suite for Unix CONFLICTS= libiodbc-[0-9]* virtuoso-* -USE_ICONV= yes +USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static --enable-shared \ --with-libiconv-prefix=${LOCALBASE} -- cgit