diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-25 11:50:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-25 11:50:39 +0000 |
commit | 4a43f1622132ae261d7f6a6e08ab424040da006d (patch) | |
tree | 595366929e4e55bcdd991d2aca74d6026f1c1aea /archivers/gtar | |
parent | - Drop 8.x support (diff) |
- Switch to options helpers
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=397815
Diffstat (limited to 'archivers/gtar')
-rw-r--r-- | archivers/gtar/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index d268c598b76e..738769f74d17 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -36,13 +36,8 @@ NLS_CONFIGURE_ENABLE= nls STATIC_LDFLAGS= -static STATIC_CONFIGURE_ENV= SHLIBEXT="" -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSTATIC} -STATIC_ARGS= build -.else -STATIC_ARGS= lib -.endif +STATIC_VARS= STATIC_ARGS=build +STATIC_VARS_OFF= STATIC_ARGS=lib # Tests 161 163 are known to fail because path resolution of ".." # in a removed directory fails. |