diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-15 08:27:47 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-15 08:27:47 +0000 |
commit | 577241b5c404d2fcf9bbcd27d32f0c6a63f717b3 (patch) | |
tree | 8695f98993ec8398948a4db3d7fdfd91b8f81b64 /print | |
parent | f37d9a668f59c6680834040a61d5c201613c4a53 (diff) | |
download | FreeBSD-ports-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.zip FreeBSD-ports-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.gz |
- Define USE_GETTEXT, bump PORTREVISION
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 872bdcc..7a746eb 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,6 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/v2.2/:src \ http://distfiles.master.finkmirrors.net/:rpm @@ -32,6 +33,7 @@ INFO= lilypond lilypond-internals \ #INSTALLS_SHLIB not needed for phyton library midi.so GNU_CONFIGURE= yes +USE_GETTEXT= yes USE_BISON= yes USE_GMAKE= YES USE_PYTHON= YES |