summaryrefslogtreecommitdiff
path: root/games/genecys-client
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-02-12 19:06:39 +0000
committerseb <seb@pkgsrc.org>2004-02-12 19:06:39 +0000
commitb8e2c95203d0ac24075c6c1d96ec4384493c2db4 (patch)
tree8fed6905602a03ac6119d0fbdd11fc3fb9600f14 /games/genecys-client
parent16bf4af14ffecc1045002643e28d2978bf27dcc9 (diff)
downloadpkgsrc-b8e2c95203d0ac24075c6c1d96ec4384493c2db4.tar.gz
Specify OpenRM and cal3d installation prefices to configure script.
Diffstat (limited to 'games/genecys-client')
-rw-r--r--games/genecys-client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/genecys-client/Makefile b/games/genecys-client/Makefile
index 2e986140c01..23481c110e0 100644
--- a/games/genecys-client/Makefile
+++ b/games/genecys-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/02/12 08:55:34 seb Exp $
+# $NetBSD: Makefile,v 1.3 2004/02/12 19:06:39 seb Exp $
#
DISTNAME= genecys-0.1
@@ -18,6 +18,8 @@ CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client
BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client
LIBS+= -lm
CONFIG_STATUS_OVERRIDE= common/config.status client/config.status
+CONFIGURE_ARGS+= --with-cal3d=${BUILDLINK_PREFIX.cal3d}
+CONFIGURE_ARGS+= --with-openrm=${BUILDLINK_PREFIX.OpenRM}
.include "../../graphics/cal3d/buildlink3.mk"
.include "../../graphics/OpenRM/buildlink3.mk"