diff options
author | jmmv <jmmv> | 2006-04-01 21:50:10 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-04-01 21:50:10 +0000 |
commit | 3f9987fd5da4842fe321aea86e9c3dd69dcff5e7 (patch) | |
tree | 744b7ffb3cb0b0aaa3bb50c03eb9fa336a1d72df /x11 | |
parent | cd7735b0f68e0192b3f92fa210211c743d2ff776 (diff) | |
download | pkgsrc-3f9987fd5da4842fe321aea86e9c3dd69dcff5e7.tar.gz |
This needs USE_X11=yes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-screensaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile index 784657629e2..c1bf7bbbd63 100644 --- a/x11/gnome-screensaver/Makefile +++ b/x11/gnome-screensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/01 21:43:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/01 21:50:10 jmmv Exp $ # DISTNAME= gnome-screensaver-2.14.0 @@ -14,6 +14,7 @@ USE_DIRS+= xdg-1.3 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config +USE_X11= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |