diff options
author | novel <novel@FreeBSD.org> | 2005-10-26 11:03:58 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-26 11:03:58 +0000 |
commit | b3db22bad147421811dbb1d0e77125328271f706 (patch) | |
tree | effafdedf2220f1006ec51128f6f2be0d68bac3d /sysutils/conky-awesome | |
parent | c893f14bfa4c4b2d14feebc884a2c7e469895714 (diff) | |
download | FreeBSD-ports-b3db22bad147421811dbb1d0e77125328271f706.zip FreeBSD-ports-b3db22bad147421811dbb1d0e77125328271f706.tar.gz |
An attempt to make it respect X11BASE.
Reported by: pointyhat via kris
Diffstat (limited to 'sysutils/conky-awesome')
-rw-r--r-- | sysutils/conky-awesome/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index bd3fb15..f75d79a 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -18,6 +18,8 @@ USE_BZIP2= yes USE_REINPLACE= yes HAS_CONFIGURE= yes USE_X_PREFIX= yes +CONFIGURE_ENV= CFLAGS="-I${X11BASE}/include" \ + LDFLAGS="-L${X11BASE}/lib" MAN1= conky.1 |