diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-22 22:10:10 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-22 22:10:10 +0800 |
commit | ac1c63006dd3823f0c2869e6a03fd93d80cecfe0 (patch) | |
tree | 1141010116874ebf757e3befde14e474c440574c | |
parent | b8b71f57a75371670bd3d6b8acbfc968690c9cfc (diff) | |
download | freebsd-ports-gnome-ac1c63006dd3823f0c2869e6a03fd93d80cecfe0.tar.gz freebsd-ports-gnome-ac1c63006dd3823f0c2869e6a03fd93d80cecfe0.tar.zst freebsd-ports-gnome-ac1c63006dd3823f0c2869e6a03fd93d80cecfe0.zip |
Add USE_ICONV=yes.
-rw-r--r-- | graphics/gqview-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/gqview/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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" 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" |