diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-10 23:44:41 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-10 23:44:41 +0000 |
commit | a653e6d7132c2239bb447852d1f85110ee99a363 (patch) | |
tree | 664081ae0d2de77984f7ab14b8a0882296b89de0 /audio/liblastfm | |
parent | c9474e7831834a4ebff3066bff6dad1354583c1a (diff) | |
download | ports-a653e6d7132c2239bb447852d1f85110ee99a363.tar.gz ports-a653e6d7132c2239bb447852d1f85110ee99a363.zip |
Notes
Diffstat (limited to 'audio/liblastfm')
-rw-r--r-- | audio/liblastfm/Makefile | 2 |
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 |