Index: Makefile =================================================================== --- Makefile (revision 330983) +++ Makefile (working copy) @@ -13,11 +13,12 @@ LICENSE= AL2 USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAKEFILE= GNUmakefile +USES= gmake + MAN1= dtpstree.1 -PLIST_FILES= bin/dtpstree +PLIST_FILES= bin/dtpstree \ + man/man1/dtpstree.1.gz -NO_STAGE= yes .include Index: files/patch-dtpstree.cpp =================================================================== --- files/patch-dtpstree.cpp (revision 0) +++ files/patch-dtpstree.cpp (working copy) @@ -0,0 +1,10 @@ +--- dtpstree.cpp.orig 2010-08-05 16:01:47.000000000 +0800 ++++ dtpstree.cpp 2013-10-19 19:48:34.750149337 +0800 +@@ -21,6 +21,7 @@ + + #include + #include ++#include + #include + #include + #include