diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 18:55:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 18:55:44 +0800 |
commit | d8bd46b725bef48fdd2756b8df08f6e8a0073ffc (patch) | |
tree | 56df0308bbd5737d1f5093ca8dbfdd01caaba1eb /print | |
parent | 443491fde2ad8203a4e1409dc4dc80452ecb7701 (diff) | |
download | freebsd-ports-gnome-d8bd46b725bef48fdd2756b8df08f6e8a0073ffc.tar.gz freebsd-ports-gnome-d8bd46b725bef48fdd2756b8df08f6e8a0073ffc.tar.zst freebsd-ports-gnome-d8bd46b725bef48fdd2756b8df08f6e8a0073ffc.zip |
Fix build with GCC-based architectures.
PR: 232098
Submitted by: Piotr Kubaj
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 10c941a87d24..48b3a037236e 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -33,8 +33,8 @@ LIB_DEPENDS= libguile.so:lang/guile \ RUN_DEPENDS= mftrace:print/mftrace \ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu -USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ - python:2.7 +USES= bison:build compiler:c++11-lang gettext ghostscript gmake \ + gnome pkgconfig perl5 python:2.7 USE_TEX= latex USE_PERL5= build USE_GNOME= pango |