diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/moc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index cf8a0cf78de0..9bacd325f1fc 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -3,7 +3,7 @@ PORTNAME= moc PORTVERSION= 2.4.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -72,4 +72,7 @@ RCC_LIB_DEPENDS= librcc.so:${PORTSDIR}/devel/librcc \ librcd.so:${PORTSDIR}/devel/librcd RCC_CONFIGURE_OFF= --without-rcc +post-patch: + @${REINPLACE_CMD} -e '/PKG_CONFIG/ s|alsa|no-&|g' ${WRKSRC}/configure + .include <bsd.port.mk> |