summaryrefslogtreecommitdiffstats
path: root/misc/wmweather/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-23 23:01:56 +0000
committerkris <kris@FreeBSD.org>2005-04-23 23:01:56 +0000
commit7b1be188a158b1a89386bc6c875d34cee0efacbf (patch)
treec8bac57ba7c9db9d83e237dfc32c805717511f96 /misc/wmweather/Makefile
parentbc219901a5cbe04594dabd662d2dc84aec066e1e (diff)
downloadFreeBSD-ports-7b1be188a158b1a89386bc6c875d34cee0efacbf.zip
FreeBSD-ports-7b1be188a158b1a89386bc6c875d34cee0efacbf.tar.gz
Unbreak package build.
Diffstat (limited to 'misc/wmweather/Makefile')
-rw-r--r--misc/wmweather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/wmweather/Makefile b/misc/wmweather/Makefile
index 8ee6b76..0dd5157 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
OpenPOWER on IntegriCloud