diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-24 22:28:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-24 22:28:13 +0000 |
commit | a6c17ea4f76294a2a8386c20e97eb9ec878d8f13 (patch) | |
tree | cf059efeff338a6eb0f71807ee4a44a9018ae203 /misc/gkrellweather2 | |
parent | Update FreeBSD 4.x build patch I forgot in my last commit. (diff) |
- Respect CC
Diffstat (limited to 'misc/gkrellweather2')
-rw-r--r-- | misc/gkrellweather2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile index a9d8bc25c3d2..32a02b042e06 100644 --- a/misc/gkrellweather2/Makefile +++ b/misc/gkrellweather2/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes ALL_TARGET= gkrellweather.so -MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS} +MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS} CC=${CC} .include <bsd.port.pre.mk> |