aboutsummaryrefslogtreecommitdiff
path: root/deskutils/fusenshi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 18:28:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 18:28:10 +0000
commit0d0c38abda42953116077041374621f29398bca1 (patch)
treef84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/fusenshi
parentb4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff)
downloadports-0d0c38abda42953116077041374621f29398bca1.tar.gz
ports-0d0c38abda42953116077041374621f29398bca1.zip
Notes
Diffstat (limited to 'deskutils/fusenshi')
-rw-r--r--deskutils/fusenshi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/fusenshi/Makefile b/deskutils/fusenshi/Makefile
index d05b23730fb6..e8bd2d1f8858 100644
--- a/deskutils/fusenshi/Makefile
+++ b/deskutils/fusenshi/Makefile
@@ -11,8 +11,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ozawa@ongs.co.jp
COMMENT= A Post-it(R) like application with network support
-LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
- gtksourceview-1.0:${PORTSDIR}/x11-toolkits/gtksourceview
+LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
+ libgtksourceview-1.0.so:${PORTSDIR}/x11-toolkits/gtksourceview
USES= pkgconfig
USE_GNOME= libxml2
@@ -21,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes
.ifdef WITHOUT_SSL
MAKE_ARGS+= WITHOUT_SSL=yes
.else
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
.endif
NO_STAGE= yes