aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gpart
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-08 15:02:54 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-08 15:02:54 +0000
commit843544003ec83ec0783ed3694cd28aedad81c636 (patch)
tree2b74306748936d381d7c64e437460a2496e175ba /sysutils/gpart
parent7fba1a144653a9909e0d54fb767c5b59402787fc (diff)
downloadports-843544003ec83ec0783ed3694cd28aedad81c636.tar.gz
ports-843544003ec83ec0783ed3694cd28aedad81c636.zip
Notes
Diffstat (limited to 'sysutils/gpart')
-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>