diff options
author | beech <beech@FreeBSD.org> | 2008-03-22 06:06:15 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-22 06:06:15 +0800 |
commit | 252a73d3af4d88362749d4b2d3d28add7e58d216 (patch) | |
tree | b657baf0501dbe98d82a682d2e35e3f1d465b54d /www/cheetah | |
parent | cd9f50c891fd88230bb54a48fac7f1226b48fa32 (diff) | |
download | freebsd-ports-gnome-252a73d3af4d88362749d4b2d3d28add7e58d216.tar.gz freebsd-ports-gnome-252a73d3af4d88362749d4b2d3d28add7e58d216.tar.zst freebsd-ports-gnome-252a73d3af4d88362749d4b2d3d28add7e58d216.zip |
- Remove USE_X_PREFIX
- Use SF macro
- USE_XPM --> USE_XORG=xpm
- Bump portrevision
Diffstat (limited to 'www/cheetah')
-rw-r--r-- | www/cheetah/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/cheetah/Makefile b/www/cheetah/Makefile index 63ed807c2c2b..03250a4c5762 100644 --- a/www/cheetah/Makefile +++ b/www/cheetah/Makefile @@ -7,10 +7,9 @@ PORTNAME= cheetah PORTVERSION= 0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ based light-weight web browser @@ -19,7 +18,6 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes |