diff options
Diffstat (limited to 'audio/libsamplerate/Makefile')
-rw-r--r-- | audio/libsamplerate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 0cc0b3a1dc8e..9592060ad4b9 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsamplerate PORTVERSION= 0.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ @@ -12,7 +12,7 @@ COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LICENSE= GPLv2 -USES= pathfix pkgconfig libtool:oldver +USES= libtool:oldver pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |