diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 13:21:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 13:21:48 +0800 |
commit | 3c0625e6de2b3875eca62ae397afd0a3bfb7ab9f (patch) | |
tree | b7c5d5e1f13c05e1ecc7cd685e2740235a05b809 /graphics/gqview-devel/Makefile | |
parent | d36689ab6dfbaa4b7d5e6bc29dc61d9972cd8ded (diff) | |
download | freebsd-ports-gnome-3c0625e6de2b3875eca62ae397afd0a3bfb7ab9f.tar.gz freebsd-ports-gnome-3c0625e6de2b3875eca62ae397afd0a3bfb7ab9f.tar.zst freebsd-ports-gnome-3c0625e6de2b3875eca62ae397afd0a3bfb7ab9f.zip |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
Diffstat (limited to 'graphics/gqview-devel/Makefile')
-rw-r--r-- | graphics/gqview-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index a13a6b0f9f90..4eb9808e4423 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= gqview PORTVERSION= 1.3.8 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,12 +17,12 @@ PKGNAMESUFFIX= -devel MAINTAINER= philip@FreeBSD.org COMMENT= Another gtk2-based graphic file viewer -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - iconv.3:${PORTSDIR}/converters/libiconv \ +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ png.5:${PORTSDIR}/graphics/png USE_X_PREFIX= yes USE_GNOME= gtk20 +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |