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 /print/lilypond-devel | |
parent | print/rubygem-ttfunk: update to 1.2.2 (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)
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 9c36cd4a2f37..3b98b0c6472c 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= lilypond PORTVERSION= 2.19.11 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel |