diff options
Diffstat (limited to 'japanese/lookup-xemacs/Makefile')
-rw-r--r-- | japanese/lookup-xemacs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/lookup-xemacs/Makefile b/japanese/lookup-xemacs/Makefile index b90bb65abc65..10d57b409b2a 100644 --- a/japanese/lookup-xemacs/Makefile +++ b/japanese/lookup-xemacs/Makefile @@ -1,18 +1,14 @@ # New ports collection makefile for: lookup for XEmacs -# Version required: 1.0 +# Version required: 1.1 # Date created: 98/11/19 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # # $FreeBSD$ # -PKGNAME= ja-lookup-xemacs-1.0 +PKGNAME= ja-lookup-xemacs-1.1 MASTERDIR= ${.CURDIR}/../lookup-mule EMACS= xemacs -.if defined(PARALLEL_PACKAGE_BUILD) -FORBIDDEN= hang -.endif - .include "${MASTERDIR}/Makefile" |