Skip to content

Commit

Permalink
Use configure.args instead of configure.pre_args.
Browse files Browse the repository at this point in the history
Remove lib dependency on cmake; cmake portgroup already brings in build dependency on cmake.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@48114 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
ryandesign committed Mar 14, 2009
1 parent 2c558cc commit f89e7b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions multimedia/lmms/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ checksums md5 6f16fb3a9b13e80d5cea061a87ee26c5


#disable VST because it is not supported on OS X
configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} -DWANT_VST=off
configure.args-append -DWANT_VST=off

depends_lib port:libsndfile \
port:qt4-mac \
port:libsdl \
port:cmake
port:libsdl

0 comments on commit f89e7b6

Please sign in to comment.