diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-15 14:54:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-15 14:54:29 +0000 |
commit | 259b883c42f80a02eb0cd0c0fd94589a6c64d97f (patch) | |
tree | 86320aa6281948eb990db188e5a92fb3aabf2870 /audio/denemo/Makefile | |
parent | 0793ce7ca5ef38d586e64b36470caab74db7d0e5 (diff) | |
download | ports-259b883c42f80a02eb0cd0c0fd94589a6c64d97f.tar.gz ports-259b883c42f80a02eb0cd0c0fd94589a6c64d97f.zip |
Notes
Diffstat (limited to 'audio/denemo/Makefile')
-rw-r--r-- | audio/denemo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index c32e28d655f8..f3cab1691c47 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= denemo -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= audio MASTER_SITES= GNU @@ -27,7 +27,7 @@ OPTIONS_DEFINE= LILYPOND DOCS EXAMPLES LILYPOND_DESC= Install LilyPond (Printing) USE_GNOME= gtk20 gtksourceview2 librsvg2 libxml2 -USES= bison +USES= bison gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gtk2 \ --enable-jack \ |