aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-03-17 01:27:09 +0800
committernovel <novel@FreeBSD.org>2007-03-17 01:27:09 +0800
commitce93a374944b4616d7f01d9fa7691d1a33b866b1 (patch)
tree592f2d788f2ed6e364f4fce011f247046121efaf
parentb480a57f349896654dd6b0d4d46a36cc54c371b3 (diff)
downloadfreebsd-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/Makefile5
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>