diff options
author | danfe <danfe@FreeBSD.org> | 2017-03-02 20:42:50 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-03-02 20:42:50 +0800 |
commit | 3145b8cb448cd85f8d9680cc100723eb45f27221 (patch) | |
tree | 5cff93bec819166e562374d17235949efea7e63a /audio | |
parent | eaef90a8356b772d74fe3f436afa2c2eb3d42c0a (diff) | |
download | freebsd-ports-gnome-3145b8cb448cd85f8d9680cc100723eb45f27221.tar.gz freebsd-ports-gnome-3145b8cb448cd85f8d9680cc100723eb45f27221.tar.zst freebsd-ports-gnome-3145b8cb448cd85f8d9680cc100723eb45f27221.zip |
- Define LICENSE (MIT)
- Remove MAKE_JOBS_UNSAFE that was added in r415925: while it's true that
most plugins we have in the tree are make(1) jobs unsafe (and, in fact,
come from the same upstream with nearly identical (and broken) Makefile
logic), this particular port contains single C source file and we build
and install it directly via port's Makefile (in situ), so it can hardly
be make(1) -jX unsafe
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef-jack-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/deadbeef-jack-plugin/Makefile b/audio/deadbeef-jack-plugin/Makefile index c8d4547c85b6..8b507ece578d 100644 --- a/audio/deadbeef-jack-plugin/Makefile +++ b/audio/deadbeef-jack-plugin/Makefile @@ -8,6 +8,8 @@ CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org COMMENT= JACK output plugin for DeaDBeeF music player +LICENSE= MIT + BUILD_DEPENDS= ${LOCALBASE}/include/deadbeef/deadbeef.h:audio/deadbeef LIB_DEPENDS= libjack.so:audio/jack RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,8 +19,6 @@ GH_ACCOUNT= Alexey-Yakovenko GH_PROJECT= jack GH_TAGNAME= 62d1e6a -MAKE_JOBS_UNSAFE= yes - PLIST_FILES= lib/deadbeef/jack.so do-build: |