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/Makefile | |
parent | 9cd8e3316ada35381eaf8be4e7055eea6597f9e4 (diff) |
Notes
Diffstat (limited to 'graphics/yagf/Makefile')
-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> |