diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-16 08:48:00 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-16 08:48:00 +0000 |
commit | 4e9b4cf8fe530c6c26f6113df99396bf28d23001 (patch) | |
tree | 964d6a8fadc11e80ff4226587d229525af520b9b /graphics/yagf | |
parent | 9cd8e3316ada35381eaf8be4e7055eea6597f9e4 (diff) | |
download | ports-4e9b4cf8fe530c6c26f6113df99396bf28d23001.tar.gz ports-4e9b4cf8fe530c6c26f6113df99396bf28d23001.zip |
. fix build on 6.x;
. relax qt4 dependencies;
. bump PORTREVISION.
PR: ports/138824
Submitted by: makc
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241505
Diffstat (limited to 'graphics/yagf')
-rw-r--r-- | graphics/yagf/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 <bsd.port.pre.mk> -.if ${OSVERSION}<700000 -IGNORE= does not compile at 6.x +.if ${OSVERSION}<700042 +CMAKE_USE_PTHREAD= yes .endif .include <bsd.port.post.mk> |