diff options
author | nox <nox@FreeBSD.org> | 2013-07-28 20:44:43 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-07-28 20:44:43 +0800 |
commit | 781488f93d341b67fbed776407ef8071eda7192a (patch) | |
tree | 5f86ea08c0bfa0fb14432828d15609abab3d9157 /audio | |
parent | a6d3a3365a527d014bd675cfd96631f1084446bd (diff) | |
download | freebsd-ports-gnome-781488f93d341b67fbed776407ef8071eda7192a.tar.gz freebsd-ports-gnome-781488f93d341b67fbed776407ef8071eda7192a.tar.zst freebsd-ports-gnome-781488f93d341b67fbed776407ef8071eda7192a.zip |
- Set OPTIONS_DEFAULT=JACK.
- Bump PORTREVISION.
Submitted by: hselasky (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libumidi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/libumidi/Makefile b/audio/libumidi/Makefile index 8e274bea3264..60f08cf10d90 100644 --- a/audio/libumidi/Makefile +++ b/audio/libumidi/Makefile @@ -3,6 +3,7 @@ PORTNAME= libumidi PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ @@ -16,6 +17,8 @@ MAN3= umidi20.3 MANCOMPRESSED= yes OPTIONS_DEFINE= DEBUG JACK +OPTIONS_DEFAULT=JACK + .include <bsd.port.options.mk> MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}" |