aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-04-18 20:44:58 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-04-18 20:44:58 +0000
commitbbf1ff8c99effbfeef4bd8aebd84bb0ca123a8ca (patch)
tree2b475667ea6292c7fca9091091d78a99f3e34776 /archivers
parentfd729c346da72ebf3b3e80b7931666cdce1e730c (diff)
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bsdtar/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile
index 2f4291c8f084..f6c07561de5e 100644
--- a/archivers/bsdtar/Makefile
+++ b/archivers/bsdtar/Makefile
@@ -28,6 +28,10 @@ MAN1= bsdtar.1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500040
+USE_GETOPT_LONG=yes
+.endif
+
.if ${OSVERSION} >= 502111
IGNORE= is in the base system
.endif