diff options
author | sat <sat@FreeBSD.org> | 2007-02-21 13:55:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-21 13:55:04 +0800 |
commit | b61adf3d5db6c8a2720a757c89193e3f8d9859e3 (patch) | |
tree | b384019f68b0868c190e59491e4bbd55e2886e3c /x11 | |
parent | 371328ac84e8ecc81cbad89b2ec2f519a3f6e8a5 (diff) | |
download | freebsd-ports-gnome-b61adf3d5db6c8a2720a757c89193e3f8d9859e3.tar.gz freebsd-ports-gnome-b61adf3d5db6c8a2720a757c89193e3f8d9859e3.tar.zst freebsd-ports-gnome-b61adf3d5db6c8a2720a757c89193e3f8d9859e3.zip |
- use_xlib
Reported by: pointyhat via kris
Diffstat (limited to 'x11')
-rw-r--r-- | x11/slock/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/slock/Makefile b/x11/slock/Makefile index 6f43879c687d..5fe395159788 100644 --- a/x11/slock/Makefile +++ b/x11/slock/Makefile @@ -18,6 +18,8 @@ MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${X11BASE}/lib" \ MANPREFIX="${MANPREFIX}/man" PLIST_FILES= bin/slock +USE_XLIB= yes + post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include||;s|-L/usr/lib||;s|= -Os|+=|'\ -e 's|-DHAVE_SHADOW_H||' ${WRKSRC}/config.mk |