aboutsummaryrefslogtreecommitdiff
path: root/audio/esperanza/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-05 11:15:43 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-05 11:15:43 +0000
commit80e8e5525725f4d5d4b526dd3707f4e5fff1e84c (patch)
tree5b49d52ab93d5966a35577240978bb13aa38bead /audio/esperanza/Makefile
parent781090c0331af8d000aecb2e95db2976787bc8ca (diff)
downloadports-80e8e5525725f4d5d4b526dd3707f4e5fff1e84c.tar.gz
ports-80e8e5525725f4d5d4b526dd3707f4e5fff1e84c.zip
Sync dports patches on 3 unmaintained ports
* audio/esperanza * x11-wm/qlwm * games/tinymux
Notes
Notes: svn path=/head/; revision=352992
Diffstat (limited to 'audio/esperanza/Makefile')
-rw-r--r--audio/esperanza/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/esperanza/Makefile b/audio/esperanza/Makefile
index 8e18246208aa..e9bf98e55c59 100644
--- a/audio/esperanza/Makefile
+++ b/audio/esperanza/Makefile
@@ -29,4 +29,7 @@ MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}"
PLIST_FILES= bin/esperanza
DESKTOP_ENTRIES="Esperanza" "" "" "${PORTNAME}" "Audio;Player;" false
+post-patch:
+ @${ECHO} "QMAKE_LFLAGS= -lX11" >> /${WRKSRC}/src/ui/ui.pro
+
.include <bsd.port.mk>