diff options
author | grant <grant> | 2005-08-27 07:47:15 +0000 |
---|---|---|
committer | grant <grant> | 2005-08-27 07:47:15 +0000 |
commit | 0a8a7a62d9fd5670c60b3e16a8a628e52744e1a5 (patch) | |
tree | 3a6e7614b2c1c6c3454f89d06c57028a0f6f835d /x11/devilspie | |
parent | 9137a27955dde126db39cb74260dac58763c399b (diff) | |
download | pkgsrc-0a8a7a62d9fd5670c60b3e16a8a628e52744e1a5.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/ |