diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-05 11:15:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-05 11:15:43 +0000 |
commit | 80e8e5525725f4d5d4b526dd3707f4e5fff1e84c (patch) | |
tree | 5b49d52ab93d5966a35577240978bb13aa38bead /audio/esperanza | |
parent | 781090c0331af8d000aecb2e95db2976787bc8ca (diff) | |
download | ports-80e8e5525725f4d5d4b526dd3707f4e5fff1e84c.tar.gz ports-80e8e5525725f4d5d4b526dd3707f4e5fff1e84c.zip |
Notes
Diffstat (limited to 'audio/esperanza')
-rw-r--r-- | audio/esperanza/Makefile | 3 |
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> |