diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-28 19:22:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-28 19:22:02 +0000 |
commit | bbdbdfab5cd671f4b7de51e3fe53a927dcd9bc24 (patch) | |
tree | 48bb4daeaa76581bc32d9d38f2a90a5d800cc8de /devel | |
parent | The prevalent style is <pkgname><major_ver_num> w/o -'s. (diff) |
Need to use bsd.port.pre.mk.
Notes
Notes:
svn path=/head/; revision=56801
Diffstat (limited to 'devel')
-rw-r--r-- | devel/imake/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile index 0605e02c67e1..71f86452ab44 100644 --- a/devel/imake/Makefile +++ b/devel/imake/Makefile @@ -19,6 +19,8 @@ MAINTAINER= max@FreeBSD.org MANUAL_PACKAGE_BUILD= installs/removes files also in the XFree86 port +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 500000 LATEST_LINK= imake .else @@ -39,4 +41,4 @@ do-configure: ${MAKE} Makefile.boot ; \ ${MAKE} -f xmakefile SUBDIRS="include config" VerifyOS Makefiles includes) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |