diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 15:17:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 15:17:49 +0000 |
commit | aafc6248a12ec08647ae9c76ae7bca54f0a8cdea (patch) | |
tree | 446fd758a054530714b933987e16a2c03140e3d4 /devel/autogen | |
parent | 56e597c8fe550326ab25811719e5781e68232026 (diff) |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
Notes
Notes:
svn path=/head/; revision=366777
Diffstat (limited to 'devel/autogen')
-rw-r--r-- | devel/autogen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index 935c5819362a..0455b08f2b7c 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -3,7 +3,7 @@ PORTNAME= autogen PORTVERSION= 5.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME}/rel${PORTVERSION} |