diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-22 14:10:10 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-22 14:10:10 +0000 |
commit | ac1c63006dd3823f0c2869e6a03fd93d80cecfe0 (patch) | |
tree | 1141010116874ebf757e3befde14e474c440574c /graphics/gqview | |
parent | b8b71f57a75371670bd3d6b8acbfc968690c9cfc (diff) |
Add USE_ICONV=yes.
Notes
Notes:
svn path=/head/; revision=101727
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index ae28aefe4ed5..0cbedd672b9d 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ale@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" |