diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-03-14 15:25:42 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-03-14 15:25:42 +0000 |
commit | d5fd279f7172ad1e55caf986aff666fe4a374f2a (patch) | |
tree | 88f784d42241f311f68219acbd39e797c7eab129 | |
parent | - Update to 2.1.13 (diff) |
Use GMAKE to prevent a freeze during build
Obtained from: Olivier Rolland <billl@users.sourceforge.net> (author)
Diffstat (limited to '')
-rw-r--r-- | multimedia/ogmrip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index d0229a873927..7fe8ae4de604 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -29,6 +29,7 @@ USE_REINPLACE= yes USE_GNOME= gtk20 glib20 libgnomeui gconf2 libgnome libglade2 USE_LIBTOOL_VER=15 USE_X_PREFIX= yes +USE_GMAKE= yes INSTALLS_SHLIB= yes GCONF_SCHEMAS= ogmrip.schemas |