diff options
author | knu <knu@FreeBSD.org> | 2002-01-20 04:05:48 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-20 04:05:48 +0800 |
commit | f5a1547e4469566d7568ce567e4f1d9bed64779f (patch) | |
tree | 8691f567c2a54eceb76100a4071354187c61c0b6 /japanese | |
parent | 7761f334d4ff6d84d2fccb9049ab52f59998687a (diff) | |
download | freebsd-ports-gnome-f5a1547e4469566d7568ce567e4f1d9bed64779f.tar.gz freebsd-ports-gnome-f5a1547e4469566d7568ce567e4f1d9bed64779f.tar.zst freebsd-ports-gnome-f5a1547e4469566d7568ce567e4f1d9bed64779f.zip |
Properly include bsd.port.pre.mk before the reference to
XFREE86_VERSION.
Submitted by: "Dan Langille" <dan@langille.org>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Canna/Makefile | 6 | ||||
-rw-r--r-- | japanese/canna-lib/Makefile | 6 | ||||
-rw-r--r-- | japanese/canna-server/Makefile | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile index 2efb77afd20b..71c5a1e22c40 100644 --- a/japanese/Canna/Makefile +++ b/japanese/Canna/Makefile @@ -24,8 +24,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= max@FreeBSD.org +.include <bsd.port.pre.mk> + .if ${XFREE86_VERSION} == 3 -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake +#BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake .endif USE_IMAKE= yes @@ -68,4 +70,4 @@ post-install: fi @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index 2efb77afd20b..71c5a1e22c40 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -24,8 +24,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= max@FreeBSD.org +.include <bsd.port.pre.mk> + .if ${XFREE86_VERSION} == 3 -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake +#BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake .endif USE_IMAKE= yes @@ -68,4 +70,4 @@ post-install: fi @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile index 2efb77afd20b..71c5a1e22c40 100644 --- a/japanese/canna-server/Makefile +++ b/japanese/canna-server/Makefile @@ -24,8 +24,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= max@FreeBSD.org +.include <bsd.port.pre.mk> + .if ${XFREE86_VERSION} == 3 -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake +#BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake .endif USE_IMAKE= yes @@ -68,4 +70,4 @@ post-install: fi @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |