aboutsummaryrefslogtreecommitdiff
path: root/biology/star/Makefile
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2019-05-02 00:39:51 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2019-05-02 00:39:51 +0000
commit70dde6219149a3b9b3404a3067dcab90907990be (patch)
tree88f8f4f0fe4fa9e5e3a7c32baf39f1a6678b72e9 /biology/star/Makefile
parent59174763656c762ca4d00769d6098115508ca32d (diff)
downloadports-70dde6219149a3b9b3404a3067dcab90907990be.tar.gz
ports-70dde6219149a3b9b3404a3067dcab90907990be.zip
Notes
Diffstat (limited to 'biology/star/Makefile')
-rw-r--r--biology/star/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/biology/star/Makefile b/biology/star/Makefile
index 8bd75aba70a0..7fc0eeb5e941 100644
--- a/biology/star/Makefile
+++ b/biology/star/Makefile
@@ -22,7 +22,14 @@ WRKSRC_SUBDIR= source
PLIST_FILES= bin/STAR
+.include <bsd.port.pre.mk>
+
+# Force newer compiler on platforms using GCC 4.2 as base
+.if ${CHOSEN_COMPILER_TYPE} == gcc
+USE_GCC= yes
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/STAR ${STAGEDIR}${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>