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
commit15569681ac793913365c076fdcabed4d442d0e15 (patch)
treea57538ebff0e67ad6a33ffa87139e34f6cf20cff /x11/xplanet
parent8ed99ab67b75bfe15f6819c58f36378f59d7c278 (diff)
downloadpkgsrc-15569681ac793913365c076fdcabed4d442d0e15.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}"