diff options
author | agc <agc@pkgsrc.org> | 2002-04-13 07:07:49 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-13 07:07:49 +0000 |
commit | 1633d88f03fb921cb3507e84668901eefdd214c0 (patch) | |
tree | a57538ebff0e67ad6a33ffa87139e34f6cf20cff /x11/xplanet | |
parent | 3cfd71c5f7d6ca937b5ee4fb79a1453c52422b87 (diff) | |
download | pkgsrc-1633d88f03fb921cb3507e84668901eefdd214c0.tar.gz |
The last commit commented out the x11 buildlink file, because the package
has not yet been strongly buildlinked. However, we need to indicate that
the package needs X11 to build, so fall back to USE_X11=yes.
Fixes a problem in the i386 bulk build.
Diffstat (limited to 'x11/xplanet')
-rw-r--r-- | x11/xplanet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 5f731e80aa5..e6d84d6ac8a 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/04/12 13:20:01 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/13 07:07:49 agc Exp $ # DISTNAME= xplanet-0.93 @@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --with-gl-dir=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-glut-dir=${BUILDLINK_DIR} USE_GMAKE= yes +USE_X11= yes LIBS= -lpbm -lppm -lpgm MAKE_ENV+= LIBS="${LIBS}" |