From 4b4cefe14d2b387ab12a3ff1756378697e75f3a3 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 23 Apr 2005 23:01:56 +0000 Subject: Unbreak package build. --- misc/wmweather/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/wmweather/Makefile b/misc/wmweather/Makefile index 8ee6b76320e8..0dd515758b2e 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} +CFLAGS+= -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" +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_GMAKE= yes USE_GETOPT_LONG=yes -- cgit v1.2.3