diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-02 02:02:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-02 02:02:48 +0800 |
commit | 25360e85a3ab6115bc16047e585506e131c1440f (patch) | |
tree | e761bee0f98c0707f48d7d1ece11a2a885f69649 /textproc | |
parent | 04a953a24082dfcad343beba3dc03f9d445814d3 (diff) | |
download | freebsd-ports-gnome-25360e85a3ab6115bc16047e585506e131c1440f.tar.gz freebsd-ports-gnome-25360e85a3ab6115bc16047e585506e131c1440f.tar.zst freebsd-ports-gnome-25360e85a3ab6115bc16047e585506e131c1440f.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/m17n-contrib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/m17n-contrib/Makefile b/textproc/m17n-contrib/Makefile index 04accc0f7083..99371c5c2c5e 100644 --- a/textproc/m17n-contrib/Makefile +++ b/textproc/m17n-contrib/Makefile @@ -13,11 +13,9 @@ COMMENT= User-contributed input methods for the m17n library BUILD_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db RUN_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> |