diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /devel/fb303/Makefile | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'devel/fb303/Makefile')
-rw-r--r-- | devel/fb303/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile index 277cfc97bdb7..bf521e6675c7 100644 --- a/devel/fb303/Makefile +++ b/devel/fb303/Makefile @@ -7,6 +7,7 @@ PORTNAME= fb303 PORTVERSION= 20090908 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bms @@ -23,7 +24,7 @@ AUTOMAKE_ARGS= -a CONFIGURE_ARGS= PY_PREFIX="${PREFIX}" PLIST_SUB+= PYTHON_VERSION_SHORTNAME="${PYTHON_VERSION_SHORTNAME}" PYTHON_VERSION_SHORTNAME= ${PYTHON_VERSION:S/thon//} -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_RUN= yes |