diff options
Diffstat (limited to 'x11')
-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/ |