diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-24 02:46:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-24 02:46:45 +0000 |
commit | b8042971d2997bb7911f5c95e0d4761571514f9f (patch) | |
tree | 27b12f504ab6fa51201fdde960677dd41c1e1901 | |
parent | 539e008f902597df6ca36860d42fb79a4b4c7a38 (diff) | |
download | ports-b8042971d2997bb7911f5c95e0d4761571514f9f.tar.gz ports-b8042971d2997bb7911f5c95e0d4761571514f9f.zip |
Notes
-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> |