diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /www/nscache/Makefile | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'www/nscache/Makefile')
-rw-r--r-- | www/nscache/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nscache/Makefile b/www/nscache/Makefile index 0c2680e9a1cd..14c9b0c3218f 100644 --- a/www/nscache/Makefile +++ b/www/nscache/Makefile @@ -3,11 +3,11 @@ # Whom: Kris Kennaway <kris@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/www/nscache/Makefile,v 1.1 2006/10/04 11:49:18 ahze Exp $ PORTNAME= nscache PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.idata.sk/~ondrej/sw/ @@ -17,7 +17,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Netscape cache browser -USE_X_PREFIX= yes USE_GNOME= gnomehier gtk12 USE_GETOPT_LONG= yes USE_GMAKE= yes |