diff options
Diffstat (limited to 'japanese/jmode/Makefile')
-rw-r--r-- | japanese/jmode/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/jmode/Makefile b/japanese/jmode/Makefile index 3ab22b9178dc..075dcb24a026 100644 --- a/japanese/jmode/Makefile +++ b/japanese/jmode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jmode -# Date created: 26 February 2002 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jmode PORTVERSION= 0.6.7 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 |