diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-09 07:40:06 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-09 07:40:06 +0800 |
commit | 17f2affa399fad2d1ac9a9cdd46f2e178c81b828 (patch) | |
tree | e00e388f9209d2160045b536b4a214a1ea1c6a9a | |
parent | 525abf9b96f6394f75a50bcd4d1c37db73ba2925 (diff) | |
download | freebsd-ports-gnome-17f2affa399fad2d1ac9a9cdd46f2e178c81b828.tar.gz freebsd-ports-gnome-17f2affa399fad2d1ac9a9cdd46f2e178c81b828.tar.zst freebsd-ports-gnome-17f2affa399fad2d1ac9a9cdd46f2e178c81b828.zip |
From the I-should-read-my-own-tutorials dept.:
Add dependency on qmake
Caught by: pointyhat
-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 ab354e8d9f7c..bef206227b1e 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 uic xml +QT_COMPONENTS= gui imageformats moc network qmake uic xml HAS_CONFIGURE= yes CONFIGURE_ENV+= X11BASE=${X11BASE} |