diff options
author | mm <mm@FreeBSD.org> | 2012-02-14 20:45:35 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-02-14 20:45:35 +0800 |
commit | be0b9912665d6b9817306e97e10f6829144a8d83 (patch) | |
tree | d4af35b8c4ef9603087df62c197a0b5ec4ba9ba3 /audio/libmp3splt | |
parent | c0984d7212423fec61910cec885222df29522d13 (diff) | |
download | freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.gz freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.zst freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.zip |
Bump pcre library dependency due to 8.30 update
Diffstat (limited to 'audio/libmp3splt')
-rw-r--r-- | audio/libmp3splt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index db993d345553..2dfa88e66299 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libmp3splt PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} @@ -48,7 +49,7 @@ PLIST_FILES+= lib/libmp3splt/libsplt_mp3.a \ .if defined(WITHOUT_PCRE) CONFIGURE_ARGS+= --disable-pcre .else -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre .endif .if defined(WITHOUT_ID3) |