diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-08 23:40:06 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-08 23:40:06 +0000 |
commit | 458949d0426d4069af06d6f4b448d1cb8a76813f (patch) | |
tree | a8275f645084cdb0981cfd0c0fd894f4b458bd4b | |
parent | 6eff593461c5477ecb8abc3185c09f6afcaa5b4b (diff) | |
download | ports-458949d0426d4069af06d6f4b448d1cb8a76813f.tar.gz ports-458949d0426d4069af06d6f4b448d1cb8a76813f.zip |
Notes
-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} |