aboutsummaryrefslogtreecommitdiff
path: root/x11/qterminal
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-10-19 16:19:28 +0000
committerJohn Marino <marino@FreeBSD.org>2016-10-19 16:19:28 +0000
commit39d12e80e22cf4fa669188bb28baaf7e2d34f8b3 (patch)
treeca1a0b15c874524ebf6f6cecc36ff2a5d94f8560 /x11/qterminal
parent33551e6e9948f6f786ab7796e18344c8b1f00be8 (diff)
downloadports-39d12e80e22cf4fa669188bb28baaf7e2d34f8b3.tar.gz
ports-39d12e80e22cf4fa669188bb28baaf7e2d34f8b3.zip
Notes
Diffstat (limited to 'x11/qterminal')
-rw-r--r--x11/qterminal/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile
index a4bb3c8f9e0e..bb91a3c538ae 100644
--- a/x11/qterminal/Makefile
+++ b/x11/qterminal/Makefile
@@ -23,6 +23,10 @@ CMAKE_ARGS+= -DUSE_SYSTEM_QXT:BOOL=OFF -DUSE_QT5:BOOL=ON
USE_GITHUB= yes
GH_ACCOUNT= lxde
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD
LDFLAGS+= -lulog
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>