diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-09-10 13:41:33 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-09-10 13:41:33 +0000 |
commit | f39071c8b827141844dbd9f11db505a1ec92a889 (patch) | |
tree | 35250f952cf219e9dae68883c34549af653d8e33 /multimedia | |
parent | c948b2ef0b7bc613e618ab7b86551c988e10b2a2 (diff) | |
download | ports-f39071c8b827141844dbd9f11db505a1ec92a889.tar.gz ports-f39071c8b827141844dbd9f11db505a1ec92a889.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 0ab8ce420308..0f9a7037b2ac 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \ boost_date_time.3:${PORTSDIR}/devel/boost \ dbus-1.2:${PORTSDIR}/devel/dbus +CONFLICTS= bmpx-devel-[0-9]* + USE_AUTOTOOLS= autoconf:259 USE_BISON= yes USE_BZIP2= yes @@ -33,7 +35,7 @@ USE_GNOME= gtk20 libglade2 desktopfileutils INSTALLS_ICONS= yes USE_GSTREAMER= good mad ogg vorbis USE_X_PREFIX= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \ --with-dbus-services-dir="${PREFIX}/share/dbus-1/services" \ |