aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gpart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gpart/Makefile')
-rw-r--r--sysutils/gpart/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile
index 2a1054629d2a..e7f01e36c7f4 100644
--- a/sysutils/gpart/Makefile
+++ b/sysutils/gpart/Makefile
@@ -18,7 +18,7 @@ USE_GMAKE= yes
MAN8= gpart.8
.if defined(WANT_STATIC)
-LDFLAGS= -static
+MAKE_ARGS+= LDFLAGS=-static
.endif
.include <bsd.port.mk>