summaryrefslogtreecommitdiff
path: root/games/crafty/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-19 16:41:39 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-19 16:41:39 +0000
commit4d30fe9a95663100c458d533b509818af0ab5dcb (patch)
tree6c4eb165c7ebfda8058b53778df6cf093273622f /games/crafty/Makefile
parent1ff999ca1f4f1f15dda3ca99b5bc3c1159e5f9c1 (diff)
downloadpkgsrc-4d30fe9a95663100c458d533b509818af0ab5dcb.tar.gz
Use FreeBSD target for DragonFly as well. Honor CC and CXX for
FreeBSD target, gcc is not enough to link on DragonFly. XXX Is the override necessary at all? XXX Other platforms should do this as well.
Diffstat (limited to 'games/crafty/Makefile')
-rw-r--r--games/crafty/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index ea3476d3a09..5ffc3ccda79 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/12/18 21:11:11 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2005/12/19 16:41:39 joerg Exp $
DISTNAME= crafty-18.15
CATEGORIES= games
@@ -40,6 +40,8 @@ BUILD_TARGET= linux
. endif
.elif !empty(MACHINE_PLATFORM:MSunOS-*-*)
BUILD_TARGET= solaris-gcc
+.elif !empty(MACHINE_PLATFORM:MDragonFly-*-i386)
+BUILD_TARGET= freebsd
.else
BUILD_TARGET= generic
.endif