diff options
Diffstat (limited to 'www/dillo-i18n/Makefile')
-rw-r--r-- | www/dillo-i18n/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile index 3bcc47e7c90f..3240b7baac48 100644 --- a/www/dillo-i18n/Makefile +++ b/www/dillo-i18n/Makefile @@ -6,9 +6,11 @@ # PORTNAME= dillo -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= www MASTER_SITES= http://dillo.auriga.wearlab.de/download/ +# hack to account for the bugfix version number +DISTNAME= ${PORTNAME}-${PORTVERSION}.2 MAINTAINER= ports@FreeBSD.org COMMENT= A fast, small graphical Web browser built upon GTK+ @@ -17,6 +19,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ intl.4:${PORTSDIR}/devel/gettext +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes |