diff options
author | kris <kris@FreeBSD.org> | 2005-04-23 23:01:56 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-23 23:01:56 +0000 |
commit | 7b1be188a158b1a89386bc6c875d34cee0efacbf (patch) | |
tree | c8bac57ba7c9db9d83e237dfc32c805717511f96 /misc/wmweather/Makefile | |
parent | bc219901a5cbe04594dabd662d2dc84aec066e1e (diff) | |
download | FreeBSD-ports-7b1be188a158b1a89386bc6c875d34cee0efacbf.zip FreeBSD-ports-7b1be188a158b1a89386bc6c875d34cee0efacbf.tar.gz |
Unbreak package build.
Diffstat (limited to 'misc/wmweather/Makefile')
-rw-r--r-- | misc/wmweather/Makefile | 4 |
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 |