diff options
author | marino <marino@FreeBSD.org> | 2014-02-06 07:26:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-06 07:26:55 +0800 |
commit | 37b76a1f1c1d7e81bc15f40a055c5c5a0e720bf3 (patch) | |
tree | 40029ec516cbfa42c67c3f1e3cd9c835e8a4ea56 /deskutils/launchy/Makefile | |
parent | 7708e406b93a8eacb01874751882a6e0eb341a8c (diff) | |
download | freebsd-ports-gnome-37b76a1f1c1d7e81bc15f40a055c5c5a0e720bf3.tar.gz freebsd-ports-gnome-37b76a1f1c1d7e81bc15f40a055c5c5a0e720bf3.tar.zst freebsd-ports-gnome-37b76a1f1c1d7e81bc15f40a055c5c5a0e720bf3.zip |
deskutils/launchy: explicitly link libX11 (taken from dports)
Diffstat (limited to 'deskutils/launchy/Makefile')
-rw-r--r-- | deskutils/launchy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile index 392b9a636277..07c8fd4de9aa 100644 --- a/deskutils/launchy/Makefile +++ b/deskutils/launchy/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils USES= dos2unix qmake DOS2UNIX_FILES= readme.lyx readme.txt USE_QT4= moc_build rcc_build uic_build gui network +LDFLAGS+= -lX11 PORTDOCS= * MAKE_JOBS_UNSAFE= yes |