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/libsamplerate | |
parent | f5491cd4d655c54dafa20ba4d9db6a4088cdd470 (diff) | |
download | ports-65eaf47a9bf44056be1e4d37c33417df6bcb75c0.tar.gz ports-65eaf47a9bf44056be1e4d37c33417df6bcb75c0.zip |
Notes
Diffstat (limited to 'audio/libsamplerate')
-rw-r--r-- | audio/libsamplerate/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 77b53086057c..4a8899227f14 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsamplerate -# Date created: 2 February 2003 -# Whom: <dmagda+libsamplerate@ee.ryerson.ca> -# +# Created by: <dmagda+libsamplerate@ee.ryerson.ca> # $FreeBSD$ -# PORTNAME= libsamplerate PORTVERSION= 0.1.8 @@ -17,7 +13,8 @@ COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= build USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |