diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
commit | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /audio/denemo/Makefile | |
parent | c7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff) | |
download | ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.tar.gz ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.zip |
Notes
Diffstat (limited to 'audio/denemo/Makefile')
-rw-r--r-- | audio/denemo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 5bd662ce31d2..c4c34ca4eec5 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -3,7 +3,7 @@ PORTNAME= denemo PORTVERSION= 1.1.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= GNU @@ -28,6 +28,7 @@ USES= bison gettext gmake pkgconfig USE_GNOME= librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-jack \ + --disable-evince \ --disable-portmidi \ --sysconfdir=${PREFIX}/etc @@ -45,9 +46,7 @@ LILYPOND_RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond .if ${PORT_OPTIONS:MGTK3} USE_GNOME+= gtk30 gtksourceview3 -CONFIGURE_ARGS+=--disable-evince .else -LIB_DEPENDS+= libevview.so:${PORTSDIR}/graphics/evince USE_GNOME+= gtk20 gtksourceview2 CONFIGURE_ARGS+=--enable-gtk2 .endif |