diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-14 22:35:46 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-14 22:35:46 +0000 |
commit | 375fccbd146c403b18158fd43d9f26fae56300d5 (patch) | |
tree | 45c8032a29b172c74c5400ed30450a3013b77f88 /audio/last.fm | |
parent | 0b5f7f48f0f90dad7bc87e65f68ddfac1026c082 (diff) |
Add dependency on qt4-sql
Notes
Notes:
svn path=/head/; revision=195626
Diffstat (limited to 'audio/last.fm')
-rw-r--r-- | audio/last.fm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index b20795a0a8d4..7cd6583658f3 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -19,7 +19,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-install pkg-deinstall USE_BZIP2= yes USE_QT_VER= 4 -QT_COMPONENTS= gui imageformats moc network qmake uic xml +QT_COMPONENTS= gui imageformats moc network qmake sql uic xml HAS_CONFIGURE= yes CONFIGURE_ENV+= X11BASE=${X11BASE} |