diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-16 22:56:56 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-16 22:56:56 +0000 |
commit | 5176aa1cdecf192925cdc92b61ac990f56fbfaf0 (patch) | |
tree | 788b5e66945342d34dd502e4bf86ba6d467e507f /audio/mpg321 | |
parent | 5e7411165749eedcb7d64e0a87638cc46b20a7cd (diff) |
Notes
Diffstat (limited to 'audio/mpg321')
-rw-r--r-- | audio/mpg321/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 077fbfc4dd16..7e9a4c4062b1 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= mpg321 MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \ - mad.0:${PORTSDIR}/audio/mad + mad.1:${PORTSDIR}/audio/mad GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mpg123-symlink |