diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-08 17:30:36 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-08 17:30:36 +0800 |
commit | f28e59e49008c59f14026de32f6ef06a236b0896 (patch) | |
tree | 893bfb6b675432a86657e63aabed671baaf034ef /science/latte | |
parent | 38b62139f1e1ed31f996a119883dca1bd70cd161 (diff) | |
download | freebsd-ports-gnome-f28e59e49008c59f14026de32f6ef06a236b0896.tar.gz freebsd-ports-gnome-f28e59e49008c59f14026de32f6ef06a236b0896.tar.zst freebsd-ports-gnome-f28e59e49008c59f14026de32f6ef06a236b0896.zip |
Do not include bsd.port.mk twice
Diffstat (limited to 'science/latte')
-rw-r--r-- | science/latte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/latte/Makefile b/science/latte/Makefile index 3bc183cedf58..ae07ac71951c 100644 --- a/science/latte/Makefile +++ b/science/latte/Makefile @@ -48,4 +48,4 @@ CONFLICTS_INSTALL= latte-integrale FFLAGS+= -fallow-argument-mismatch .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |