summaryrefslogtreecommitdiff
path: root/sysutils/testdisk
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2013-05-04 10:37:38 +0000
committerdsainty <dsainty@pkgsrc.org>2013-05-04 10:37:38 +0000
commit500924c9bf672755af4d149b7ceb64612bc47f7a (patch)
tree07b375a1fcd14c0930e0d8f99c39857f0899176a /sysutils/testdisk
parenta2ab221dbfc891ff04d46797d934a4bb9bd8ce84 (diff)
downloadpkgsrc-500924c9bf672755af4d149b7ceb64612bc47f7a.tar.gz
Pull in devel/libuuid to fix the build if it is present on the system but
not buildlinked. Fixes the build on Linux. Appears to change functionality on other systems, so bump PKGREVISION.
Diffstat (limited to 'sysutils/testdisk')
-rw-r--r--sysutils/testdisk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index fbacf73061d..c81a9a7ded1 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 19:51:26 asau Exp $
+# $NetBSD: Makefile,v 1.3 2013/05/04 10:37:38 dsainty Exp $
#
DISTNAME= testdisk-6.13
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
EXTRACT_SUFX= .tar.bz2
@@ -14,4 +15,5 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
.include "../../mk/jpeg.buildlink3.mk"
+.include "../../devel/libuuid/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"