diff options
author | novel <novel@FreeBSD.org> | 2005-10-26 19:03:58 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-26 19:03:58 +0800 |
commit | b3db22bad147421811dbb1d0e77125328271f706 (patch) | |
tree | effafdedf2220f1006ec51128f6f2be0d68bac3d /sysutils/conky | |
parent | c893f14bfa4c4b2d14feebc884a2c7e469895714 (diff) | |
download | freebsd-ports-gnome-b3db22bad147421811dbb1d0e77125328271f706.tar.gz freebsd-ports-gnome-b3db22bad147421811dbb1d0e77125328271f706.tar.zst freebsd-ports-gnome-b3db22bad147421811dbb1d0e77125328271f706.zip |
An attempt to make it respect X11BASE.
Reported by: pointyhat via kris
Diffstat (limited to 'sysutils/conky')
-rw-r--r-- | sysutils/conky/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index bd3fb153d1fb..f75d79ae2ab9 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/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 |