diff options
author | novel <novel@FreeBSD.org> | 2006-09-10 21:41:33 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-09-10 21:41:33 +0800 |
commit | b1745d5a04dbda919aafbaed3e17b1bd5532d570 (patch) | |
tree | 4ccf57e824af90973b3c157c92f767bf18f9c59d /multimedia/bmpx | |
parent | 7f8229a089d863c4bc030cb84e9af204dfe6a8bf (diff) | |
download | freebsd-ports-gnome-b1745d5a04dbda919aafbaed3e17b1bd5532d570.tar.gz freebsd-ports-gnome-b1745d5a04dbda919aafbaed3e17b1bd5532d570.tar.zst freebsd-ports-gnome-b1745d5a04dbda919aafbaed3e17b1bd5532d570.zip |
- Add CONFLICTS with bmpx-devel
- Pet portlint by using USE_LDCONFIG instead of INSTALLS_SHLIB
Diffstat (limited to 'multimedia/bmpx')
-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" \ |