diff options
author | tron <tron@pkgsrc.org> | 2000-01-18 16:13:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-18 16:13:48 +0000 |
commit | 9bd015641d8a245a081b4df9ab57ebfb908a662b (patch) | |
tree | f09bfa09d4e7b93491fc8abe5a526539e5bd6223 /x11/xdaliclock | |
parent | 860ec07e79036c4c9ef9be0218f56e64aa3e2c51 (diff) | |
download | pkgsrc-9bd015641d8a245a081b4df9ab57ebfb908a662b.tar.gz |
Add missing "USE_X11= yes" to avoid run time library path problems. Fixes
PR pkg/9205 by Martin Husemann.
Diffstat (limited to 'x11/xdaliclock')
-rw-r--r-- | x11/xdaliclock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xdaliclock/Makefile b/x11/xdaliclock/Makefile index d9ff90cf47f..83f1b6ca10b 100644 --- a/x11/xdaliclock/Makefile +++ b/x11/xdaliclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/11/29 21:39:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/18 16:13:48 tron Exp $ # DISTNAME= xdaliclock-2.18 @@ -10,6 +10,7 @@ MAINTAINER= nathanw@netbsd.org HOMEPAGE= http://www.jwz.org/xdaliclock/ GNU_CONFIGURE= yes +USE_X11= yes WRKSRC= ${WRKDIR}/${DISTNAME}/X11 .include "../../mk/bsd.pkg.mk" |