diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-06-23 01:36:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-06-23 01:36:38 +0000 |
commit | 35b2a893b7c2b95b8bdac783b6555426fd4ab5d9 (patch) | |
tree | 72e388f9d34e3ecec1dc310c4b2324803e32648d /misc/wmweather+ | |
parent | 2b1d481e90bbb174469821b4ae50bda969ba41eb (diff) |
Give configure the best chance to find the needed libraries when
PREFIX != LOCALBASE.
Notes
Notes:
svn path=/head/; revision=236501
Diffstat (limited to 'misc/wmweather+')
-rw-r--r-- | misc/wmweather+/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 8a32fd1eb677..0dead1c85e00 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -27,7 +27,11 @@ GNU_CONFIGURE= yes USE_ICONV= yes USE_XORG= xpm -CONFIGURE_ARGS+= --with-libwraster=${LOCALBASE} +CONFIGURE_ARGS+= --with-libwraster=${LOCALBASE} \ + --with-libpcre=${LOCALBASE} \ + --with-libcurl=${LOCALBASE} \ + --with-xpm-includes=${LOCALBASE} \ + --with-xpm-libraries=${LOCALBASE} MAN1= wmweather+.1 |