diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:23:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:23:44 +0000 |
commit | 145ca4805505bcbf4f6f8d202cd50d21b3c3e937 (patch) | |
tree | 9602d8ca684def5f3a80a65ce1dfbe0e7b6faf78 /devel/gnome-js-common | |
parent | dfd643f088a588dd324266d51ece47bf250160dd (diff) |
Notes
Diffstat (limited to 'devel/gnome-js-common')
-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 |