diff options
author | ale <ale@FreeBSD.org> | 2004-02-22 22:10:10 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-22 22:10:10 +0800 |
commit | 26fc35d93b1450afcf83b9a5a3d48d37e3541a09 (patch) | |
tree | 383172bff8eeea31fd5f120a9881f2a92ee1e466 /graphics/gqview | |
parent | 2fff16cf5b7071c7f9f4cd487516f4bb06184b59 (diff) | |
download | freebsd-ports-gnome-26fc35d93b1450afcf83b9a5a3d48d37e3541a09.tar.gz freebsd-ports-gnome-26fc35d93b1450afcf83b9a5a3d48d37e3541a09.tar.zst freebsd-ports-gnome-26fc35d93b1450afcf83b9a5a3d48d37e3541a09.zip |
Add USE_ICONV=yes.
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" |