diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-06 04:17:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-06 04:17:29 +0800 |
commit | 03bc045c3866a70995bcf258ffa8537e5ce1c86f (patch) | |
tree | 3203e7dd0a736df3e35c23894120f3914e1e28e4 /audio | |
parent | dbeaeaa032b2b9a2187d975ceb0bcbb987ebfcc7 (diff) | |
download | freebsd-ports-gnome-03bc045c3866a70995bcf258ffa8537e5ce1c86f.tar.gz freebsd-ports-gnome-03bc045c3866a70995bcf258ffa8537e5ce1c86f.tar.zst freebsd-ports-gnome-03bc045c3866a70995bcf258ffa8537e5ce1c86f.zip |
Remove unsupported USE_QT_VER
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bristol/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/bristol/Makefile b/audio/bristol/Makefile index 076d298c88dc..b2e55a9e0d39 100644 --- a/audio/bristol/Makefile +++ b/audio/bristol/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_QT_VER= 4 QT_COMPONENTS= gui qmake_build moc_build uic_build rcc_build linguist_build CONFIGURE_ARGS+= --disable-alsa --enable-oss \ |