diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 09:29:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 09:29:07 +0800 |
commit | 31cae53b2bac7a0d542e22fda753d3562e8b3792 (patch) | |
tree | a98383529fdb7407de7f5568c62a7f7844fe4669 /japanese | |
parent | 08371fc48ae88b89c2eec6b6592e894154f7ad48 (diff) | |
download | freebsd-ports-gnome-31cae53b2bac7a0d542e22fda753d3562e8b3792.tar.gz freebsd-ports-gnome-31cae53b2bac7a0d542e22fda753d3562e8b3792.tar.zst freebsd-ports-gnome-31cae53b2bac7a0d542e22fda753d3562e8b3792.zip |
This is now buildable again
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lookup-xemacs/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/japanese/lookup-xemacs/Makefile b/japanese/lookup-xemacs/Makefile index 7234c7d4b857..de320daf34fb 100644 --- a/japanese/lookup-xemacs/Makefile +++ b/japanese/lookup-xemacs/Makefile @@ -12,8 +12,4 @@ MASTERDIR= ${.CURDIR}/../lookup USE_EMACS= yes EMACS_PORT_NAME=xemacs21-mule -.if defined(PARALLEL_PACKAGE_BUILD) -IGNORE= hang -.endif - .include "${MASTERDIR}/Makefile" |