summaryrefslogtreecommitdiff
path: root/comms/kyopon/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-21 14:18:38 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-21 14:18:38 +0000
commit555ea417167c59df9d119ca218d514c637c8dd90 (patch)
tree50d59b4929e0c90a3a9378947fef0294bc9360c1 /comms/kyopon/Makefile
parent30bc0967cd703e0b1e0aacb4862b4ac6f8c3538e (diff)
downloadpkgsrc-555ea417167c59df9d119ca218d514c637c8dd90.tar.gz
Include sys/stat.h and allow build on DragonFly.
Diffstat (limited to 'comms/kyopon/Makefile')
-rw-r--r--comms/kyopon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/kyopon/Makefile b/comms/kyopon/Makefile
index 9ad5adf552e..750851b037e 100644
--- a/comms/kyopon/Makefile
+++ b/comms/kyopon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/09/12 09:18:47 itohy Exp $
+# $NetBSD: Makefile,v 1.4 2006/05/21 14:18:38 joerg Exp $
DISTNAME= kyopon-0.3
CATEGORIES= comms
@@ -8,7 +8,7 @@ MAINTAINER= itohy@NetBSD.org
#HOMEPAGE=
COMMENT= tool to manipulate data of Kyocera AIR-EDGE PHONE
-ONLY_FOR_PLATFORM= NetBSD-*-*
+ONLY_FOR_PLATFORM= NetBSD-*-* DragonFly-*-*
MAKE_FLAGS+= BINDIR="${PREFIX}/bin"
MAKE_FLAGS+= MANDIR="${PREFIX}/man"