diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 11:06:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 11:06:48 +0000 |
commit | 65eaf47a9bf44056be1e4d37c33417df6bcb75c0 (patch) | |
tree | 39ca394345af82184485bbac307a4e87519374dc /audio/libconvolve | |
parent | f5491cd4d655c54dafa20ba4d9db6a4088cdd470 (diff) | |
download | ports-65eaf47a9bf44056be1e4d37c33417df6bcb75c0.tar.gz ports-65eaf47a9bf44056be1e4d37c33417df6bcb75c0.zip |
Notes
Diffstat (limited to 'audio/libconvolve')
-rw-r--r-- | audio/libconvolve/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile index de4b773c694f..88b3bb46734a 100644 --- a/audio/libconvolve/Makefile +++ b/audio/libconvolve/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libconvolve -# Date created: 2007-04-02 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= libconvolve PORTVERSION= 0.0.8 @@ -25,5 +21,6 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ USE_GMAKE= yes USE_LDCONFIG= yes +USE_PKGCONFIG= build .include <bsd.port.mk> |