diff options
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> |