Date: Tue, 1 Jul 2014 14:24:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360017 - in head/editors: emacs23 setedit winefish Message-ID: <201407011424.s61EOm0b005881@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jul 1 14:24:47 2014 New Revision: 360017 URL: http://svnweb.freebsd.org/changeset/ports/360017 QAT: https://qat.redports.org/buildarchive/r360017/ Log: Use modern LIB_DEPENDS With hat: portmgr Modified: head/editors/emacs23/Makefile head/editors/setedit/Makefile head/editors/winefish/Makefile Modified: head/editors/emacs23/Makefile ============================================================================== --- head/editors/emacs23/Makefile Tue Jul 1 14:21:47 2014 (r360016) +++ head/editors/emacs23/Makefile Tue Jul 1 14:24:47 2014 (r360017) @@ -75,7 +75,7 @@ OPTIONS_DEFAULT=DBUS GCONF GIF GTK2 JPEG OPTIONS_SUB= SOURCES -DBUS_LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus DBUS_CONFIGURE_WITH= dbus SOUND_CONFIGURE_WITH= sound Modified: head/editors/setedit/Makefile ============================================================================== --- head/editors/setedit/Makefile Tue Jul 1 14:21:47 2014 (r360016) +++ head/editors/setedit/Makefile Tue Jul 1 14:24:47 2014 (r360017) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-4 MAINTAINER= exile@chamber.ee COMMENT= Programmer's editor with a nice Text User Interface (TUI) -LIB_DEPENDS= rhtv.2:${PORTSDIR}/devel/rhtvision +LIB_DEPENDS= librhtv.so:${PORTSDIR}/devel/rhtvision BROKEN= Does not build MAKE_JOBS_UNSAFE= yes @@ -62,14 +62,14 @@ PLIST_FILES= share/locale/es/LC_MESSAGES .endif .if ${PORT_OPTIONS:MAALIB} -LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib +LIB_DEPENDS+= libaa.so:${PORTSDIR}/graphics/aalib CONFIGURE_ARGS+= --with-aa .else CONFIGURE_ARGS+= --without-aa .endif .if ${PORT_OPTIONS:MELECTRIC} -LIB_DEPENDS+= efence.0:${PORTSDIR}/devel/ElectricFence +LIB_DEPENDS+= libefence.so:${PORTSDIR}/devel/ElectricFence CONFIGURE_ARGS+= --with-efence .endif Modified: head/editors/winefish/Makefile ============================================================================== --- head/editors/winefish/Makefile Tue Jul 1 14:21:47 2014 (r360016) +++ head/editors/winefish/Makefile Tue Jul 1 14:24:47 2014 (r360017) @@ -12,8 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= nivit@FreeBSD.org COMMENT= LaTeX editor based on BlueFish -LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ - pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell \ + libpcre.so:${PORTSDIR}/devel/pcre RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ gv:${PORTSDIR}/print/gv \ tidy:${PORTSDIR}/www/tidy-lib \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011424.s61EOm0b005881>