diff options
author | ume <ume@FreeBSD.org> | 2007-01-17 22:52:30 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-01-17 22:52:30 +0800 |
commit | 97f847f622e15ab50d5150d197d4d3bdbd4bb155 (patch) | |
tree | e197f9ef08d3b06b3fef5759863c7592a4bb0b60 /mail | |
parent | aac470fbd94bd20500a1406c1df4e6fc3dee113c (diff) | |
download | freebsd-ports-gnome-97f847f622e15ab50d5150d197d4d3bdbd4bb155.tar.gz freebsd-ports-gnome-97f847f622e15ab50d5150d197d4d3bdbd4bb155.tar.zst freebsd-ports-gnome-97f847f622e15ab50d5150d197d4d3bdbd4bb155.zip |
Respect CC.
PR: ports/107164
Submitted by: lioux
Approved by: maintainer (timeout)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gkrellmmailwatch2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gkrellmmailwatch2/Makefile b/mail/gkrellmmailwatch2/Makefile index ca8b8bcb3476..12efcc67346f 100644 --- a/mail/gkrellmmailwatch2/Makefile +++ b/mail/gkrellmmailwatch2/Makefile @@ -27,6 +27,6 @@ USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins +MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins CC="${CC}" .include <bsd.port.mk> |