diff options
author | novel <novel@FreeBSD.org> | 2007-03-17 01:27:09 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-03-17 01:27:09 +0800 |
commit | ce93a374944b4616d7f01d9fa7691d1a33b866b1 (patch) | |
tree | 592f2d788f2ed6e364f4fce011f247046121efaf | |
parent | b480a57f349896654dd6b0d4d46a36cc54c371b3 (diff) | |
download | freebsd-ports-gnome-ce93a374944b4616d7f01d9fa7691d1a33b866b1.tar.gz freebsd-ports-gnome-ce93a374944b4616d7f01d9fa7691d1a33b866b1.tar.zst freebsd-ports-gnome-ce93a374944b4616d7f01d9fa7691d1a33b866b1.zip |
Fix problem on -CURRENT caused by objformat removal.
Reported by: pointyhat via kris
-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> |