summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorsevan <sevan>2015-04-23 09:15:19 +0000
committersevan <sevan>2015-04-23 09:15:19 +0000
commit81340b49757496ed77b854e3145d5c58ca9f18d0 (patch)
tree8d4fd06659a48d77c87807d1104bafbb3b652cec /archivers
parent9db39904b92231d6a250185308c4fc5949a9770d (diff)
downloadpkgsrc-81340b49757496ed77b854e3145d5c58ca9f18d0.tar.gz
rmt is not built on AIX
Exclude AIX from PLIST.rmt Reviewed by wiz@
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gtar-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile
index 3ec3dc948f3..492a9265e12 100644
--- a/archivers/gtar-base/Makefile
+++ b/archivers/gtar-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2015/04/19 14:31:06 tnn Exp $
+# $NetBSD: Makefile,v 1.89 2015/04/23 09:15:19 sevan Exp $
#
# Please run 'make files/gtar.1' when updating version of this package
# to regenerate the man page. converters/help2man is needed.
@@ -41,7 +41,7 @@ PLIST_VARS+= gtar rmt
TEST_TARGET= check
# don't include rmt if gtar won't build it
-.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin" && ${OS_VARIANT} != "SCOOSR5"
+.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin" && ${OS_VARIANT} != "SCOOSR5" && ${OPSYS} != "AIX"
PLIST.rmt= yes
.endif