From 4e9b4cf8fe530c6c26f6113df99396bf28d23001 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Wed, 16 Sep 2009 08:48:00 +0000 Subject: . fix build on 6.x; . relax qt4 dependencies; . bump PORTREVISION. PR: ports/138824 Submitted by: makc Feature safe: yes --- graphics/yagf/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics/yagf') diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index e88b52fa38e6..c0ba5b03f1c9 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -7,6 +7,7 @@ PORTNAME= yagf PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://symmetrica.net/cuneiform-linux/ @@ -22,13 +23,14 @@ USE_LDCONFIG= yes USE_GNOME= pkgconfig INSTALLS_ICONS= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui imageformats linguist moc qmake rcc uic +QT_COMPONENTS= corelib gui imageformats linguist_build \ + moc_build qmake_build rcc_build uic_build CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include .include -.if ${OSVERSION}<700000 -IGNORE= does not compile at 6.x +.if ${OSVERSION}<700042 +CMAKE_USE_PTHREAD= yes .endif .include -- cgit v1.2.3