diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 12:20:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 12:20:35 +0000 |
commit | 59140a81a332b11ca59fe883cc1dfcbaac98dbfb (patch) | |
tree | 5981d942a6d4fd8e1f233916655b5740367b7589 /biology | |
parent | 4ac4024c17330b0e7972ffb1b341ea10a10610f2 (diff) | |
download | ports-59140a81a332b11ca59fe883cc1dfcbaac98dbfb.tar.gz ports-59140a81a332b11ca59fe883cc1dfcbaac98dbfb.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/boinc-simap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/boinc-simap/Makefile b/biology/boinc-simap/Makefile index 2b7d405626dd..955527e2e57d 100644 --- a/biology/boinc-simap/Makefile +++ b/biology/boinc-simap/Makefile @@ -37,7 +37,7 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= SSE -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSE} MACH= i686 @@ -72,4 +72,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |