diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 16:46:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 16:46:50 +0000 |
commit | c6ac5e46188a5ba95a0e2362ffd6caa82e1649b8 (patch) | |
tree | 64e5c1153420fac03d9d7e4aaae4e9225473cbb3 /japanese | |
parent | f347c1c4f5a637550759600bff746b07390ca72d (diff) | |
download | ports-c6ac5e46188a5ba95a0e2362ffd6caa82e1649b8.tar.gz ports-c6ac5e46188a5ba95a0e2362ffd6caa82e1649b8.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ng-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/ng-devel/Makefile b/japanese/ng-devel/Makefile index 8eee8ffc1912..2ff534607d4b 100644 --- a/japanese/ng-devel/Makefile +++ b/japanese/ng-devel/Makefile @@ -10,15 +10,14 @@ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Light Emacs-clone with Japanese support +CONFLICTS= ng-[0-9]* + +USES= ncurses GNU_CONFIGURE= yes ALL_TARGET= ng - CFLAGS+= -Wno-error=return-type DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} - -CONFLICTS= ng-[0-9]* - PORTDOCS= ${MYPORTDOCS:S/$/.euc-jp/} PLIST_FILES= bin/ng |