aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-24 23:26:37 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-24 23:26:37 +0000
commit0d1ecd91a64d2552db88b4bcd0e26b81e99d9bc4 (patch)
tree3946cd112a65cb9c60a03cefa3966f14de4b16bf /devel
parent6bbc5c2db111d7835490a1375dda92f155ad555d (diff)
downloadports-0d1ecd91a64d2552db88b4bcd0e26b81e99d9bc4.tar.gz
ports-0d1ecd91a64d2552db88b4bcd0e26b81e99d9bc4.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/imake-4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile
index 8b32da607a8e..0d5b91e43fe5 100644
--- a/devel/imake-4/Makefile
+++ b/devel/imake-4/Makefile
@@ -116,6 +116,8 @@ ExtendedInputDevices?= YES
# InstallXserverSetUID=NO : use Xwrapper.
# End of XFree86 configrations
+.include <bsd.port.pre.mk>
+
.if ${HasXdmAuth} == YES
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
.if !exists(${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c)
@@ -136,4 +138,4 @@ IGNOREFILES= Wraphelp.c
.endif # USA_RESIDENT
.endif # HasXdmAuth
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>