diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 10:42:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 10:42:36 +0000 |
commit | 72ae5b1a3992e6f56b49ef16b9ab96419ef48a28 (patch) | |
tree | 5411b47724a0ad32522bb7aedfd26ba3b254806c /audio/linuxsampler/Makefile | |
parent | 295809be78d08a9210b81960436cecd00cfec864 (diff) | |
download | ports-72ae5b1a3992e6f56b49ef16b9ab96419ef48a28.tar.gz ports-72ae5b1a3992e6f56b49ef16b9ab96419ef48a28.zip |
Notes
Diffstat (limited to 'audio/linuxsampler/Makefile')
-rw-r--r-- | audio/linuxsampler/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile index 2b3ce2e61f3c..4a8fc613c909 100644 --- a/audio/linuxsampler/Makefile +++ b/audio/linuxsampler/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linuxsampler -# Date created: 2007-01-24 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= linuxsampler PORTVERSION= 1.0.0 @@ -33,6 +29,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= HAVE_UNIX98=1 USE_LDCONFIG= yes +USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes MAN1= linuxsampler.1 |