diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-12-13 14:03:10 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-12-13 14:03:10 +0800 |
commit | f6b88dffc46c973fa24770a5c9d2bda110297355 (patch) | |
tree | 0e877dd8498b4e32b8fbe21c59b665a6e1e610b1 | |
parent | 5410cb28ea39259bdcac5a576eee136b29ca8c5c (diff) | |
download | freebsd-ports-gnome-f6b88dffc46c973fa24770a5c9d2bda110297355.tar.gz freebsd-ports-gnome-f6b88dffc46c973fa24770a5c9d2bda110297355.tar.zst freebsd-ports-gnome-f6b88dffc46c973fa24770a5c9d2bda110297355.zip |
x11/dmenu: make XINERAMA=on actually work
Approved by: portmgr blanket
MFH: 2015Q4
-rw-r--r-- | x11/dmenu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile index e38b0cc5019a..13be5de39691 100644 --- a/x11/dmenu/Makefile +++ b/x11/dmenu/Makefile @@ -3,6 +3,7 @@ PORTNAME= dmenu PORTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ \ http://schot.a-eskwadraat.nl/files/ @@ -33,6 +34,8 @@ post-patch: -e "s,%%PREFIX%%,${PREFIX},g" \ -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ -e "s,%%MANPREFIX%%,${MANPREFIX},g" + +post-patch-XINERAMA-off: @${REINPLACE_CMD} -e 's,$${XINERAMALIBS},,g' \ -e 's,$${XINERAMAFLAGS},,g' ${WRKSRC}/config.mk |