summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-11 19:11:59 +0000
committerhasso <hasso@pkgsrc.org>2009-03-11 19:11:59 +0000
commit505070bdf363fb2dea1f071d44a854134cc503b8 (patch)
tree8695a405eeca6bec451594bffd81bdcc203bc5a7 /games
parente66a51619aea9376e88e499ff2eafe22e8e68da6 (diff)
downloadpkgsrc-505070bdf363fb2dea1f071d44a854134cc503b8.tar.gz
Make it build on DragonFly.
Diffstat (limited to 'games')
-rw-r--r--games/netmaj/files/configure.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/netmaj/files/configure.sh b/games/netmaj/files/configure.sh
index b58a5917460..92f9b40bdee 100644
--- a/games/netmaj/files/configure.sh
+++ b/games/netmaj/files/configure.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: configure.sh,v 1.1 2008/02/29 20:53:02 jlam Exp $
+# $NetBSD: configure.sh,v 1.2 2009/03/11 19:11:59 hasso Exp $
#
# This script needs the following variables passed through the environment:
#
@@ -22,6 +22,8 @@ fi
case ${OPSYS} in
*BSD)
;;
+DragonFly)
+ ;;
Linux)
cppflags="$cppflags -DDEF_OPTARG"
;;