summaryrefslogtreecommitdiff
path: root/archivers/gsharutils
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-08-26 06:09:42 +0000
committerreed <reed@pkgsrc.org>2005-08-26 06:09:42 +0000
commita1bb063e54b4a930f4b920b043bd20525536e8bf (patch)
treeb3afcdf99703e1088203a1e8f5b9b3ad31980891 /archivers/gsharutils
parent12b8ae682c3ea42cfc4526dfd56c05b95a341c4b (diff)
downloadpkgsrc-a1bb063e54b4a930f4b920b043bd20525536e8bf.tar.gz
Instead of depending on mktemp for non-BSD, use USE_TOOLS for run-time
dependency of mktemp. (This makes it so it doesn't depend on mktemp on DragonFly, for example.) Also while I am here, use sh:run instead of sh for the other USE_TOOLS. This is because script installed uses SH. Bump PKGREVISION.
Diffstat (limited to 'archivers/gsharutils')
-rw-r--r--archivers/gsharutils/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile
index 073d888bea4..d9047f7698f 100644
--- a/archivers/gsharutils/Makefile
+++ b/archivers/gsharutils/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2005/06/24 19:12:55 kristerw Exp $
+# $NetBSD: Makefile,v 1.30 2005/08/26 06:09:42 reed Exp $
DISTNAME= sharutils-4.2.1
PKGNAME= g${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/}
@@ -20,17 +20,13 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install install-man
USE_MAKEINFO= YES
INFO_FILES= remsync.info sharutils.info
-USE_TOOLS+= sh
+USE_TOOLS+= sh:run mktemp:run
CONFIGURE_ARGS+= --disable-uucode
CONFIGURE_ENV+= SH="${TOOLS_SH}"
.include "../../mk/bsd.prefs.mk"
-.if empty(OPSYS:M*BSD)
-DEPENDS+= mktemp>=1.5:../../sysutils/mktemp
-.endif
-
# gettext 0.11+ has renamed internal symbols, and gsharutils is
# being a very bad neighbor by using them directly. To fix, force
# use of gettext >= 0.11, and rename the symbol in gsharutils. -tv