diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 13:23:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 13:23:44 +0800 |
commit | 3756220b306c15d69621bfab4c6d3755154242c0 (patch) | |
tree | 9602d8ca684def5f3a80a65ce1dfbe0e7b6faf78 | |
parent | 2277bf72dfde55da3166d5185ba438a5d2e50080 (diff) | |
download | freebsd-ports-gnome-3756220b306c15d69621bfab4c6d3755154242c0.tar.gz freebsd-ports-gnome-3756220b306c15d69621bfab4c6d3755154242c0.tar.zst freebsd-ports-gnome-3756220b306c15d69621bfab4c6d3755154242c0.zip |
- Stage support
- While here convert USE_GMAKE to USES
-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 |