diff options
author | krion <krion@FreeBSD.org> | 2005-03-10 10:51:02 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-03-10 10:51:02 +0000 |
commit | 4709cf269888ab6cc716346e9f9c93e4adf8ddbb (patch) | |
tree | 53ed62f1bd64044e57737f9b69be2daf535b1bce /misc/wmweather/Makefile | |
parent | aa0cf1fdaa6343dc2f25ea08a12d7a105a06c2ca (diff) | |
download | FreeBSD-ports-4709cf269888ab6cc716346e9f9c93e4adf8ddbb.zip FreeBSD-ports-4709cf269888ab6cc716346e9f9c93e4adf8ddbb.tar.gz |
Fix 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 18c8d47..8ee6b76 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 |