diff options
-rw-r--r-- | devel/aunit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/aunit/Makefile b/devel/aunit/Makefile index 69d0dc1fb2fb..da7b1536a5a2 100644 --- a/devel/aunit/Makefile +++ b/devel/aunit/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat USE_GMAKE= yes +.include <bsd.port.pre.mk> + # Check for GNAT sources. .if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING) ECHO_MSG= ${PRINTF} @@ -45,4 +47,4 @@ post-install: test: @${CD} ${WRKSRC} && ${GMAKE} test -.include <bsd.port.mk> +.include <bsd.port.post.mk> |