diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 23:21:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 23:21:16 +0000 |
commit | f306e935ad97c5f24d8b3e6fddd8c6ff913d8794 (patch) | |
tree | 60f9c9639b389d02abb7f025996ca298f40f4fea /www/dillo/Makefile | |
parent | dd3060cd59be44abe38a9979073053aa50ecf14d (diff) | |
download | ports-f306e935ad97c5f24d8b3e6fddd8c6ff913d8794.tar.gz ports-f306e935ad97c5f24d8b3e6fddd8c6ff913d8794.zip |
Notes
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 3bcc47e7c90f..3240b7baac48 100644 --- a/www/dillo/Makefile +++ b/www/dillo/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 |