diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-01 06:46:49 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-01 06:46:49 +0000 |
commit | 66b42650658ce3e70947cebd0b8c25702923828c (patch) | |
tree | cc0549e50b530b2f931cd959b70cb92cea705455 /x11/xscreensaver/Makefile.common | |
parent | f0f261bf586e4a7cc520a3cae17a6f4986eb8d3a (diff) | |
download | pkgsrc-66b42650658ce3e70947cebd0b8c25702923828c.tar.gz |
Make the demo and some of the hacks slightly more featureful,
by helping it find "libxml" and "libjpeg" and adding depencencies
for them. Also, "gdk_pixbuf" gets favored now over "Xpm" anyway,
so add an explicit dependency for it, too.
Diffstat (limited to 'x11/xscreensaver/Makefile.common')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index 0efe6f2c65b..cfe3c5ebf1e 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2002/02/24 21:42:55 wiz Exp $ +# $NetBSD: Makefile.common,v 1.24 2002/03/01 06:46:49 fredb Exp $ # DISTNAME= xscreensaver-4.01 @@ -11,21 +11,23 @@ HOMEPAGE= http://www.jwz.org/xscreensaver/ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gle-[0-9]*:../../graphics/gle +DEPENDS+= gdk-pixbuf>=0.10.1:../../graphics/gdk-pixbuf +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= libxml-1.8.16:../../texproc/libxml USE_MESA= yes USE_X11BASE= yes -USE_XPM= yes EVAL_PREFIX+= GTKDIR=gtk+ -EVAL_PREFIX+= XPMDIR=xpm GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-hackdir=${PREFIX}/libexec/xscreensaver -CONFIGURE_ARGS+= --with-gl +CONFIGURE_ARGS+= --with-gl --with-gle CONFIGURE_ARGS+= --with-gtk=${GTKDIR} -CONFIGURE_ARGS+= --with-xpm=${XPMDIR} +CONFIGURE_ARGS+= --with-jpeg=${LOCALBASE} CONFIGURE_ARGS+= --without-motif CONFIGURE_ARGS+= --without-shadow +CONFIGURE_ARGS+= --with-xml=${LOCALBASE} CONFIGURE_ARGS+= --with-zippy=/usr/games/fortune CONFIGURE_ENV+= INSTALL=/usr/bin/install CONFIGURE_ENV+= X_PRE_LIBS=-lXt |