diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 06:27:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 06:27:05 +0800 |
commit | 4626acfc5363a272f7eda781d74a4f5da88c328b (patch) | |
tree | b5e8fa729fe3d7beff7dca148d39cef3455c24e9 /x11 | |
parent | 30311e04e681a89c73464c2f471a24fddbf13e22 (diff) | |
download | freebsd-ports-graphics-4626acfc5363a272f7eda781d74a4f5da88c328b.tar.gz freebsd-ports-graphics-4626acfc5363a272f7eda781d74a4f5da88c328b.tar.zst freebsd-ports-graphics-4626acfc5363a272f7eda781d74a4f5da88c328b.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/slock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/slock/Makefile b/x11/slock/Makefile index b3f74c1371e..a4694e7a01e 100644 --- a/x11/slock/Makefile +++ b/x11/slock/Makefile @@ -7,6 +7,7 @@ PORTNAME= slock PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.suckless.org/download/ CENKES @@ -18,7 +19,7 @@ MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ MANPREFIX="${MANPREFIX}/man" PLIST_FILES= bin/slock -USE_XORG= x11 xt +USE_XORG= x11 xt xproto xext post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include||;s|-L/usr/lib||;s|= -Os|+=|'\ |