summaryrefslogtreecommitdiff
path: root/archivers/gsharutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gsharutils/Makefile')
-rw-r--r--archivers/gsharutils/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile
index 880c2239db1..8f731314217 100644
--- a/archivers/gsharutils/Makefile
+++ b/archivers/gsharutils/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2005/02/26 04:42:50 tv Exp $
+# $NetBSD: Makefile,v 1.24.2.1 2005/04/01 05:03:52 snj Exp $
DISTNAME= sharutils-4.2.1
PKGNAME= g${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/}
@@ -10,10 +10,10 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/sharutils/sharutils.html
COMMENT= Allow packing and unpacking of shell archives
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_USES_MSGFMT= yes
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
@@ -26,6 +26,10 @@ CONFIGURE_ARGS+= --disable-uucode
.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