# HG changeset patch # User samer # Date 1328142540 0 # Node ID 0f59c25041b84f27a6376f394d535ac1b789486f # Parent 089360a27bcd5861ed3ac2c1e7bca9ca98d75332 Added new pacakges to Makefile diff -r 089360a27bcd -r 0f59c25041b8 Makefile --- a/Makefile Wed Jan 25 10:06:31 2012 +0000 +++ b/Makefile Thu Feb 02 00:29:00 2012 +0000 @@ -7,7 +7,7 @@ # flags for install - BSD install seems to be different from GNU install export INSTALL_FLAGS='-bCS' -PKGS="plsc plumdrum plumbing hdpmusic reactive" +PKGS="player hdplm plsc plumdrum plumbing hdpmusic reactive" # ---------------- end of configuration ---------------