diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-10-26 11:03:58 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-10-26 11:03:58 +0000 |
commit | 33967ff44e436b82f25375ac497fc052e69ec4bb (patch) | |
tree | 307d4aac76bda41e83b07b2f3dfbbdaa836e2447 /sysutils/conky-awesome | |
parent | 9d7d426f023f81c027884c538940d0253b02f552 (diff) |
An attempt to make it respect X11BASE.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=146383
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 bd3fb153d1fb..f75d79ae2ab9 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 |