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/easystroke | |
parent | b4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff) | |
download | ports-0d0c38abda42953116077041374621f29398bca1.tar.gz ports-0d0c38abda42953116077041374621f29398bca1.zip |
Notes
Diffstat (limited to 'deskutils/easystroke')
-rw-r--r-- | deskutils/easystroke/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 0db050b48ff6..f9fc676c92b7 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -13,9 +13,9 @@ LICENSE= ISCL BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ ${LOCALBASE}/include/xorg/xserver-properties.h:${PORTSDIR}/x11-servers/xorg-server -LIB_DEPENDS= gtkmm-3:${PORTSDIR}/x11-toolkits/gtkmm30 \ - dbus-glib:${PORTSDIR}/devel/dbus-glib \ - boost_serialization:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libgtkmm-3.so:${PORTSDIR}/x11-toolkits/gtkmm30 \ + libdbus-glib.so:${PORTSDIR}/devel/dbus-glib \ + libboost_serialization.so:${PORTSDIR}/devel/boost-libs MAN1= easystroke.1 |