diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-15 12:31:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-15 12:31:51 +0000 |
commit | c5a39625eee880b0818568b822cd354cff4ba9d7 (patch) | |
tree | 0425fd64b0e6e1dfeeea47b23c6d03cd6d3f1548 /x11-wm/pwm | |
parent | - Update to version 1.8.8 (diff) |
- Fix build on amd64
Submitted by: Ports Fury
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=107120
Diffstat (limited to 'x11-wm/pwm')
-rw-r--r-- | x11-wm/pwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/pwm/Makefile b/x11-wm/pwm/Makefile index eb16caf24418..97b61223d128 100644 --- a/x11-wm/pwm/Makefile +++ b/x11-wm/pwm/Makefile @@ -17,7 +17,7 @@ COMMENT= A lightweight window manager with emphasis on usability USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -MAKE_ENV= X11_PREFIX="${X11BASE}" +MAKE_ENV= X11_PREFIX="${X11BASE}" HAS_SYSTEM_ASPRINTF=1 MAN1= pwm.1x |