diff options
-rw-r--r-- | devel/gnome-js-common/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gnome-js-common/Makefile b/devel/gnome-js-common/Makefile index a66e650dad00..5fcbd03710b9 100644 --- a/devel/gnome-js-common/Makefile +++ b/devel/gnome-js-common/Makefile @@ -14,13 +14,11 @@ COMMENT= GNOME JavaScript common modules and tests USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gnomehack intltool -USES= pkgconfig gettext +USES= pkgconfig gettext gmake PORTDOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|== x|= x|g' \ ${WRKSRC}/configure |