diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-03-16 17:27:09 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-03-16 17:27:09 +0000 |
commit | c5e4e8fe3c88bc986fcdbb01c0ec2c564dbf19dc (patch) | |
tree | 03ed0357ba81fd9bb7fd80fc2620d5e134dcb590 /audio/bmp-wma/Makefile | |
parent | Fix range for sql-ledger entry which I missed in my original review. (diff) |
Fix problem on -CURRENT caused by objformat removal.
Reported by: pointyhat via kris
Diffstat (limited to '')
-rw-r--r-- | audio/bmp-wma/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/bmp-wma/Makefile b/audio/bmp-wma/Makefile index 3a39c1dbf82f..980537d05399 100644 --- a/audio/bmp-wma/Makefile +++ b/audio/bmp-wma/Makefile @@ -16,10 +16,13 @@ COMMENT= WMA input plugin for beep-media-player LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player -PLIST_FILES= lib/bmp/Input/libwma.so +PLIST_FILES= lib/bmp/Input/libwma.so \ + lib/bmp/Input/libwma.la \ + lib/bmp/Input/libwma.a GNU_CONFIGURE= yes USE_X_PREFIX= yes +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> |