diff options
author | marino <marino@pkgsrc.org> | 2012-01-28 11:37:29 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-28 11:37:29 +0000 |
commit | ecba1ba3ceac22f31906e34d923e57345b033bde (patch) | |
tree | 9604d72aa0b054ee23fb8b8fae1be646505e0cd7 /x11/devilspie | |
parent | 7a8c8196a582c19ae82f9c659e1954a39b8db440 (diff) | |
download | pkgsrc-ecba1ba3ceac22f31906e34d923e57345b033bde.tar.gz |
x11/devilspie: Fix indirect linking error on DragonFly
Diffstat (limited to 'x11/devilspie')
-rw-r--r-- | x11/devilspie/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile index e86937c7077..d316854d561 100644 --- a/x11/devilspie/Makefile +++ b/x11/devilspie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2011/11/01 06:02:48 sbd Exp $ +# $NetBSD: Makefile,v 1.44 2012/01/28 11:37:29 marino Exp $ DISTNAME= devilspie-0.22 PKGREVISION= 7 @@ -19,6 +19,7 @@ GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES TEST_TARGET= check INSTALLATION_DIRS= share/doc/devilspie +LDFLAGS.DragonFly= -lX11 post-install: ${INSTALL_DATA} ${WRKSRC}/README \ |