aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-10 10:51:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-10 10:51:02 +0000
commit5fb5a201287252d290795e532ed63c2af0433b47 (patch)
tree40e6190ebda50da79079aa5d227e33e78f3fd97c /misc
parent2cde4128a0d824d96f95ab990e8de09e6c054d50 (diff)
downloadports-5fb5a201287252d290795e532ed63c2af0433b47.tar.gz
ports-5fb5a201287252d290795e532ed63c2af0433b47.zip
Fix build.
Notes
Notes: svn path=/head/; revision=130787
Diffstat (limited to 'misc')
-rw-r--r--misc/wmweather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/wmweather/Makefile b/misc/wmweather/Makefile
index 18c8d47ae65d..8ee6b76320e8 100644
--- a/misc/wmweather/Makefile
+++ b/misc/wmweather/Makefile
@@ -16,9 +16,9 @@ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= xmessage:${X_CLIENTS_PORT}
RUN_DEPENDS= xmessage:${X_CLIENTS_PORT}
-LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
-CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GMAKE= yes
USE_GETOPT_LONG=yes