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/swig13 | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'devel/swig13')
-rw-r--r-- | devel/swig13/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 1c06752ad96c..20c9ad62593d 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -7,13 +7,14 @@ PORTNAME= swig PORTVERSION= 1.3.39 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= rafan@FreeBSD.org COMMENT= Simplified Wrapper and Interface Generator -USE_AUTOTOOLS= autoconf:262:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env libtool:22 MAN1= ccache-swig.1 |