diff options
Diffstat (limited to 'gnome-office/mrproject/mrproject-0.2.1.ebuild')
-rw-r--r-- | gnome-office/mrproject/mrproject-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-office/mrproject/mrproject-0.2.1.ebuild b/gnome-office/mrproject/mrproject-0.2.1.ebuild index 4e0602a62b00..6944979a67dc 100644 --- a/gnome-office/mrproject/mrproject-0.2.1.ebuild +++ b/gnome-office/mrproject/mrproject-0.2.1.ebuild @@ -23,7 +23,7 @@ src_compile() { fi try ./configure --host=${CHOST} --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome --disable-more-warnings $myconf - try make ${MAKEOPTS} + try pmake } |