Index: head/x11/qterminal/Makefile =================================================================== --- head/x11/qterminal/Makefile (revision 424270) +++ head/x11/qterminal/Makefile (revision 424271) @@ -1,28 +1,32 @@ # Created by: Jason Bacon # $FreeBSD$ PORTNAME= qterminal PORTVERSION= 0.6.0 CATEGORIES= x11 MAINTAINER= bacon4000@gmail.com COMMENT= Lightweight Qt-based terminal emulator LICENSE= GPLv2 LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf USES= cmake:outsource compiler:c++11-lang gettext localbase:ldflags \ pkgconfig USE_QT5+= buildtools_build core gui linguisttools_build qmake_build widgets USE_XORG+= x11 CMAKE_ARGS+= -DUSE_SYSTEM_QXT:BOOL=OFF -DUSE_QT5:BOOL=ON USE_GITHUB= yes GH_ACCOUNT= lxde +.include + +.if ${OPSYS} == FreeBSD LDFLAGS+= -lulog +.endif -.include +.include