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 /irc | |
parent | 56e597c8fe550326ab25811719e5781e68232026 (diff) | |
download | freebsd-ports-aafc6248a12ec08647ae9c76ae7bca54f0a8cdea.zip |
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)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bobot++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile index 907f73a6483a..54801c837ff1 100644 --- a/irc/bobot++/Makefile +++ b/irc/bobot++/Makefile @@ -3,6 +3,7 @@ PORTNAME= bobotpp PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= SAVANNAH |