aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/mls/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mls/Makefile b/mail/mls/Makefile
index ea7ccae358a8..13bcc7f81f12 100644
--- a/mail/mls/Makefile
+++ b/mail/mls/Makefile
@@ -20,8 +20,7 @@ MAN1= mls.1
MANCOMPRESSED= yes
PLIST_FILES= bin/mls
-MAKE_ARGS+= DESTDIR=${PREFIX}
-USE_GMAKE= yes
+MAKE_ARGS+= DESTDIR="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= mls
.include <bsd.port.mk>