diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-27 04:21:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-27 04:21:28 +0800 |
commit | af470d59b92bde3b5e3c7af610142071c437a183 (patch) | |
tree | bfa6c7ba99b63ccfe5192afcf0af6d84781891c7 /audio | |
parent | 9b0b1a0c79e28a52d7bbe82f84887c52c915797a (diff) | |
download | freebsd-ports-gnome-af470d59b92bde3b5e3c7af610142071c437a183.tar.gz freebsd-ports-gnome-af470d59b92bde3b5e3c7af610142071c437a183.tar.zst freebsd-ports-gnome-af470d59b92bde3b5e3c7af610142071c437a183.zip |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
While here, pet portlint.
PR: 234333
Submitted by: Piotr Kubaj
Diffstat (limited to 'audio')
-rw-r--r-- | audio/extace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile index 1c71561cbfe1..bde22a29d975 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:math/fftw3 \ libesd.so:audio/esound -USES= localbase libtool pkgconfig +USES= compiler:c++11-lang gnome libtool localbase pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes LIBS+= -lm |