aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lineak-xosdplugin
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-15 14:58:59 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-15 14:58:59 +0000
commit1ef59acb8dbc37717c22f918f100e8f1da179ce1 (patch)
treee0aea8619cfd5e1344740f3f5f0a4ebe10784e1f /sysutils/lineak-xosdplugin
parent58854117a4ccefcf2c4fde41aba1e7f53adc3539 (diff)
downloadports-1ef59acb8dbc37717c22f918f100e8f1da179ce1.tar.gz
ports-1ef59acb8dbc37717c22f918f100e8f1da179ce1.zip
Notes
Diffstat (limited to 'sysutils/lineak-xosdplugin')
-rw-r--r--sysutils/lineak-xosdplugin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile
index 598f0ed407e6..0259aaa7d6a7 100644
--- a/sysutils/lineak-xosdplugin/Makefile
+++ b/sysutils/lineak-xosdplugin/Makefile
@@ -13,8 +13,8 @@ COMMENT= Xosd-plugin for lineakd
LICENSE= GPLv2
-LIB_DEPENDS= xosd:${PORTSDIR}/misc/xosd \
- lineak:${PORTSDIR}/sysutils/lineakd
+LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd \
+ liblineak.so:${PORTSDIR}/sysutils/lineakd
USE_XORG= x11 xext xt
USE_GMAKE= yes
@@ -28,9 +28,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= lineak_xosdplugin.1
PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \
- lib/lineakd/plugins/xosdplugin.so
+ lib/lineakd/plugins/xosdplugin.so \
+ man/man1/lineak_xosdplugin.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|"-O2 $$CXXFLAGS"|"$$CXXFLAGS"| ; \