diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 19:14:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 19:14:49 +0800 |
commit | a03ecb05bb0543f92f03d716670068d571494b2f (patch) | |
tree | 0460d125ade9bf9b94b7daecf24b65257facfc3b /graphics/agave | |
parent | cb1b40062bd7ce2bab67a387e8afac264ac63860 (diff) | |
download | freebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.tar.gz freebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.tar.zst freebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'graphics/agave')
-rw-r--r-- | graphics/agave/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index 4ee08a9716d7..b8b53d700a3f 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://download.gna.org/colorscheme/releases/ MAINTAINER= ps.ports@smyrak.com COMMENT= A color scheme builder for the GNOME desktop -LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs # --disable-gnome option is broken in 0.4.2 #OPTIONS= GNOME "Adds GNOME support" on @@ -33,7 +33,7 @@ NO_STAGE= yes #CONFIGURE_ARGS+= --disable-gnome --disable-gconf #.else USE_GNOME+= libgnomeui -LIB_DEPENDS+= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 +LIB_DEPENDS+= libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 #.endif .include <bsd.port.post.mk> |