diff options
author | max <max@FreeBSD.org> | 2002-02-16 05:00:25 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 2002-02-16 05:00:25 +0000 |
commit | 75e6ec98c9075f5f799392bad4a71d9e9f0bcc3a (patch) | |
tree | 6ea6ffd2fcfc3f36ae18b08b430099242e71385d /japanese/Canna | |
parent | 736c1470c893cc05c9dffbf6e67ca8e16f4b519e (diff) | |
download | FreeBSD-ports-75e6ec98c9075f5f799392bad4a71d9e9f0bcc3a.zip FreeBSD-ports-75e6ec98c9075f5f799392bad4a71d9e9f0bcc3a.tar.gz |
Remove the dependency to imake since this is now taken care of
in bsd.port.mk.
Diffstat (limited to 'japanese/Canna')
-rw-r--r-- | japanese/Canna/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile index ab5e3f7..cb2e016 100644 --- a/japanese/Canna/Makefile +++ b/japanese/Canna/Makefile @@ -24,12 +24,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= max@FreeBSD.org -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 3 -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake -.endif - USE_IMAKE= yes USE_X_PREFIX= no ALL_TARGET= canna @@ -70,4 +64,4 @@ post-install: fi @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |