diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-08-04 18:15:57 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-08-04 18:15:57 +0000 |
commit | b2a5d158ff8de3fb9fd916f08b7e90c0eb583d50 (patch) | |
tree | 28c2facc1c387bba0ca7491bdfc80a44fb603a5d /audio/midipp/Makefile | |
parent | a7c38d25077e786d5c3ae1478c51e472f987b05c (diff) |
Notes
Diffstat (limited to 'audio/midipp/Makefile')
-rw-r--r-- | audio/midipp/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index c31d076c3747..46ecf7d28858 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.3.4 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ @@ -13,14 +12,13 @@ COMMENT= MIDI playback, recording, and live performance tool LICENSE= BSD2CLAUSE -BUILD_DEPENDS= libumidi>=2.0.13:audio/libumidi +BUILD_DEPENDS= libumidi>=2.0.14:audio/libumidi LIB_DEPENDS= libumidi20.so:audio/libumidi USES= qmake tar:bzip2 -_USE_QT4= corelib gui moc_build rcc_build network -_USE_QT5= core gui network widgets \ - printsupport buildtools_build +_USE_QT4= corelib gui moc_build network rcc_build +_USE_QT5= buildtools_build core gui network printsupport widgets OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= QT4 QT5 |