diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 22:47:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 22:47:48 +0000 |
commit | 41ae577479eccf3a646e54ce6a737ee5c191117f (patch) | |
tree | 18c64e1d3604dabf723434c87b5c70580c097fba /multimedia/bmpx | |
parent | ab64e4f78f1f214c345379e267226cd8df51726f (diff) | |
download | ports-41ae577479eccf3a646e54ce6a737ee5c191117f.tar.gz ports-41ae577479eccf3a646e54ce6a737ee5c191117f.zip |
BROKEN: Does not compile (5.x) and incorrect pkg-plist (6.x)
Notes
Notes:
svn path=/head/; revision=184818
Diffstat (limited to 'multimedia/bmpx')
-rw-r--r-- | multimedia/bmpx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index f9d982ae2e9f..230ca6379bcd 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \ boost_date_time.3:${PORTSDIR}/devel/boost \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +BROKEN= Does not compile (5.x) and incorrect pkg-plist (6.x) + CONFLICTS= bmpx-devel-[0-9]* USE_AUTOTOOLS= autoconf:259 |