summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-20 22:27:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-20 22:27:05 +0000
commit89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d (patch)
tree90074ba47903ee720378e7ff23c736444c1dfad6 /x11
parent- Mark BROKEN on FreeBSD/amd64 7 and up: cast from 'Socket*' to 'unsigned int' (diff)
- Fix build after xorg cleanup
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=211678
Diffstat (limited to 'x11')
-rw-r--r--x11/slock/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/slock/Makefile b/x11/slock/Makefile
index b3f74c1371e3..a4694e7a01e8 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|+=|'\