From 26fc35d93b1450afcf83b9a5a3d48d37e3541a09 Mon Sep 17 00:00:00 2001 From: ale Date: Sun, 22 Feb 2004 14:10:10 +0000 Subject: Add USE_ICONV=yes. --- graphics/gqview-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/gqview-devel') diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index 20f4df60a439..437855b4b156 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -16,12 +16,12 @@ PKGNAMESUFFIX= -devel MAINTAINER= philip@FreeBSD.org COMMENT= Another gtk2-based graphic file viewer -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GETTEXT= yes +USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -- cgit