diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-29 20:22:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-29 20:22:21 +0800 |
commit | d98695fe00c5b6e0bdc5d653607703a6bd7f214f (patch) | |
tree | b4525ffbf55ea2f317f4357c8ed70f17fb1d4fee /audio | |
parent | ff06236999a49969844fa38409ca22b9793a682b (diff) | |
download | freebsd-ports-gnome-d98695fe00c5b6e0bdc5d653607703a6bd7f214f.tar.gz freebsd-ports-gnome-d98695fe00c5b6e0bdc5d653607703a6bd7f214f.tar.zst freebsd-ports-gnome-d98695fe00c5b6e0bdc5d653607703a6bd7f214f.zip |
Allow building without /usr/bin/perl symlink
PR: ports/195494
Diffstat (limited to 'audio')
-rw-r--r-- | audio/beast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index ec45b53c6790..ef29c0e9734d 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils OPTIONS_DEFINE= DEBUG OPTIONS_DEFINE_i386= SSE -USES= tar:bzip2 desktop-file-utils gmake gettext pathfix pkgconfig shared-mime-info libtool +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig shared-mime-info shebangfix tar:bzip2 +SHEBANG_FILES= autotools/intltool-merge USE_GCC= yes USE_GNOME= gnomehier libgnomecanvas GNU_CONFIGURE= yes |