View | Details | Raw Unified | Return to bug 183116
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 13-23 Link Here
13
LICENSE=	AL2
13
LICENSE=	AL2
14
14
15
USE_XZ=		yes
15
USE_XZ=		yes
16
USE_GMAKE=	yes
17
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
18
MAKEFILE=	GNUmakefile
17
MAKEFILE=	GNUmakefile
18
USES=		gmake
19
19
MAN1=		dtpstree.1
20
MAN1=		dtpstree.1
20
PLIST_FILES=	bin/dtpstree
21
PLIST_FILES=	bin/dtpstree \
22
		man/man1/dtpstree.1.gz
21
23
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)files/patch-dtpstree.cpp (+10 lines)
Line 0 Link Here
1
--- dtpstree.cpp.orig	2010-08-05 16:01:47.000000000 +0800
2
+++ dtpstree.cpp	2013-10-19 19:48:34.750149337 +0800
3
@@ -21,6 +21,7 @@
4
 
5
 #include <cerrno>
6
 #include <climits>
7
+#include <clocale>
8
 #include <cstdarg>
9
 #include <cstdio>
10
 #include <cstdlib>

Return to bug 183116