diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-19 23:03:50 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-19 23:03:50 +0800 |
commit | 5399fa3bc3ed20af98d34a6360c1411f8efb2ba6 (patch) | |
tree | e84cd362e8fa74d752330c5c0ffada15fc0dc11a /audio/kid3-kde4 | |
parent | c624f116ade381ea1f2a8673edd803d081466a5b (diff) | |
download | freebsd-ports-gnome-5399fa3bc3ed20af98d34a6360c1411f8efb2ba6.tar.gz freebsd-ports-gnome-5399fa3bc3ed20af98d34a6360c1411f8efb2ba6.tar.zst freebsd-ports-gnome-5399fa3bc3ed20af98d34a6360c1411f8efb2ba6.zip |
- Fix build on 6.X
Reported by: erwinbot/pavbot
Submitted by: maintainer
Diffstat (limited to 'audio/kid3-kde4')
-rw-r--r-- | audio/kid3-kde4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile index 0c53c21ce2ef..83681fda6824 100644 --- a/audio/kid3-kde4/Makefile +++ b/audio/kid3-kde4/Makefile @@ -27,6 +27,7 @@ QT_COMPONENTS= corelib qmake_build moc_build USE_CMAKE= yes USE_GETTEXT= yes -CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" +CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \ + -DCMAKE_REQUIRED_LIBRARIES:STRING="${PTHREAD_LIBS}" .include <bsd.port.mk> |