diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-23 23:01:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-23 23:01:56 +0000 |
commit | 4b4cefe14d2b387ab12a3ff1756378697e75f3a3 (patch) | |
tree | b87cc39d148619fc33bab6e225a3d513b309ab3d /misc | |
parent | cb9984c3da24fb5539d6a4ef4f1f2b62121227aa (diff) | |
download | ports-4b4cefe14d2b387ab12a3ff1756378697e75f3a3.tar.gz ports-4b4cefe14d2b387ab12a3ff1756378697e75f3a3.zip |
Notes
Diffstat (limited to 'misc')
-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 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 |