diff options
Diffstat (limited to 'science/orthanc/Makefile')
-rw-r--r-- | science/orthanc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index bed1176fc090..9765074e35ba 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -84,10 +84,4 @@ post-install: ${CP} ${WRKSRC}/Resources/Configuration.json ${STAGEDIR}${ETCDIR}/orthanc.json.sample ${STRIP_CMD} ${STAGEDIR}${DATADIR}/plugins/libServeFolders.so.${PORTVERSION} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1001000 -IGNORE= supported only on 10.x by upstream, not all unit tests are passed -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |