diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-15 22:58:59 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-15 22:58:59 +0800 |
commit | b35b515014a1d8dccd8a16419a2f3f8b546eecc7 (patch) | |
tree | e0aea8619cfd5e1344740f3f5f0a4ebe10784e1f /sysutils/lineak-xosdplugin | |
parent | 923189ec18ccedccfc202c45fb917027ed4c18f9 (diff) | |
download | freebsd-ports-gnome-b35b515014a1d8dccd8a16419a2f3f8b546eecc7.tar.gz freebsd-ports-gnome-b35b515014a1d8dccd8a16419a2f3f8b546eecc7.tar.zst freebsd-ports-gnome-b35b515014a1d8dccd8a16419a2f3f8b546eecc7.zip |
Support STAGEDIR.
Diffstat (limited to 'sysutils/lineak-xosdplugin')
-rw-r--r-- | sysutils/lineak-xosdplugin/Makefile | 8 |
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"| ; \ |