summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-23 23:01:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-23 23:01:56 +0000
commit4b4cefe14d2b387ab12a3ff1756378697e75f3a3 (patch)
treeb87cc39d148619fc33bab6e225a3d513b309ab3d /misc
parentUpdate to scanssh 2.1. (diff)
Unbreak package build.
Notes
Notes: svn path=/head/; revision=134025
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 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