diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
commit | 0d0c38abda42953116077041374621f29398bca1 (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/logjam | |
parent | b4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff) | |
download | ports-0d0c38abda42953116077041374621f29398bca1.tar.gz ports-0d0c38abda42953116077041374621f29398bca1.zip |
Notes
Diffstat (limited to 'deskutils/logjam')
-rw-r--r-- | deskutils/logjam/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 8d47778ff12f..bdb7c83ce3d9 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://andy-shev.github.com/LogJam/download/ MAINTAINER= novel@FreeBSD.org COMMENT= A GTK2 interface to livejournals, ie www.livejournal.com -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib MAN1= logjam.1 @@ -26,18 +26,18 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include .ifndef(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell .else CONFIGURE_ARGS+= --without-gtkspell .endif .if defined(WITH_SQLITE) CONFIGURE_ARGS+= --with-sqlite3 -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 .endif .if defined(WITH_XMMS) -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= libxmms.so:${PORTSDIR}/multimedia/xmms PLIST_SUB+= WITH_XMMS="" .else PLIST_SUB+= WITH_XMMS="@comment " |