diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /www/srg | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) | |
download | ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.tar.gz ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.zip |
Notes
Diffstat (limited to 'www/srg')
-rw-r--r-- | www/srg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/srg/Makefile b/www/srg/Makefile index 794ac5e17d96..b6194b2570dc 100644 --- a/www/srg/Makefile +++ b/www/srg/Makefile @@ -7,6 +7,7 @@ PORTNAME= srg PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://mirror.crc.net.nz/pub/srg/ @@ -16,7 +17,7 @@ MAINTAINER= ds@tic-tac.ru COMMENT= A Squid Report Generator USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_BZIP2= yes USE_GETOPT_LONG=yes NO_INSTALL_MANPAGES= yes |