diff options
author | grant <grant@pkgsrc.org> | 2005-08-27 07:47:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-27 07:47:15 +0000 |
commit | 173da89acbd7c30855ec9922f15fdd009c67da78 (patch) | |
tree | 3a6e7614b2c1c6c3454f89d06c57028a0f6f835d /x11/devilspie | |
parent | 18530aa57770b387bb3a2ebc8f2f8f605aab1aaa (diff) | |
download | pkgsrc-173da89acbd7c30855ec9922f15fdd009c67da78.tar.gz |
this needs libX11, so explicitly link against it.
Diffstat (limited to 'x11/devilspie')
-rw-r--r-- | x11/devilspie/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile index fc7addebb70..814e4be5ce3 100644 --- a/x11/devilspie/Makefile +++ b/x11/devilspie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/08/10 20:56:26 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/08/27 07:47:15 grant Exp $ DISTNAME= devilspie-0.10 CATEGORIES= x11 @@ -14,6 +14,8 @@ USE_TOOLS+= pkg-config GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES +LIBS+= -lX11 + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie/ |