summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-10 23:44:41 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-10 23:44:41 +0000
commita653e6d7132c2239bb447852d1f85110ee99a363 (patch)
tree664081ae0d2de77984f7ab14b8a0882296b89de0
parentMake devel/icu a LIB instead of BUILD dependency. (diff)
- Fix build with custom prefix/localbase
PR: ports/150605 Submitted by: Tim Bishop <tim@bishnet.net> Approved by: datahead4@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=266028
-rw-r--r--audio/liblastfm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liblastfm/Makefile b/audio/liblastfm/Makefile
index 4f77ec9ea938..7a0b503377c7 100644
--- a/audio/liblastfm/Makefile
+++ b/audio/liblastfm/Makefile
@@ -24,7 +24,7 @@ USE_QT_VER= 4
QT_COMPONENTS= corelib xml network sql gui qtestlib \
qmake_build moc_build rcc_build uic_build
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= -release
+CONFIGURE_ARGS+= -release --prefix ${PREFIX}
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes