diff options
-rw-r--r-- | archivers/gtar/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 2e7cd566eb3b..a38624aecec5 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -32,4 +32,10 @@ LDSTATIC= -static LDSTATIC= .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 470000 +IGNORE= is in the base system +.endif + +.include <bsd.port.post.mk> |