summaryrefslogtreecommitdiff
path: root/x11/xplanet
diff options
context:
space:
mode:
authoragc <agc>2002-04-13 07:07:49 +0000
committeragc <agc>2002-04-13 07:07:49 +0000
commit89bfd90486586af2394b08d31b2c97a426c97b63 (patch)
treea57538ebff0e67ad6a33ffa87139e34f6cf20cff /x11/xplanet
parent08449d23e76dff5e2170ea73de17bd2b427dda17 (diff)
downloadpkgsrc-89bfd90486586af2394b08d31b2c97a426c97b63.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/Makefile3
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}"